Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 570 Bytes

readme.md

File metadata and controls

32 lines (20 loc) · 570 Bytes

Goalsetter MERN app

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

Brad Traversy built his app with redux; my goal was to build out the frontend part using React's Context API as the state manager

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

I am not sure how long this will be up

https://mernappbrad.herokuapp.com/