armedcor / mern-stack

A simple application built using the mern stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goalsetter MERN app

This is the goalsetter app from the Learn the MERN Stack series on YouTube.

Usage

Rename the .envexample to .env and add your MONGO_URI

Install dependencies

# Backend deps
npm install

# Frontend deps
cd frontend
npm install

Run Server

npm run server

Demo

A live demo is currently hosted on Heroku.

View the project here

About

A simple application built using the mern stack.


Languages

Language:JavaScript 87.5%Language:CSS 7.9%Language:HTML 4.6%