Goalsetter MERN app This is the goalsetter app 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