This is the goalsetter MERN App in which User Can:
- Register and make their account
- After Registering Login into their respective account
- Set their Goals
Rename the .envexample to .env and add your MONGO_URI
# Backend deps
npm install
# Frontend deps
cd frontend
npm install
npm run server