This is the goalsetter app from the Learn the MERN Stack series on YouTube.
Rename the .envexample to .env and add your MONGO_URI
# Backend deps
npm install
# Frontend deps
cd frontend
npm install
npm run server
This is the goalsetter app from the Learn the MERN Stack series on YouTube.
Rename the .envexample to .env and add your MONGO_URI
# Backend deps
npm install
# Frontend deps
cd frontend
npm install
npm run server