- MongoDB server installed (make sure it is in your %PATH% env. variable if you are running Windows)
- npm
- Run
npm install
in both src/backend/ and src/frontend/ - Run
npm run start
in src/backend/ - Run
npm run start
in src/frontend/ - Browse http://localhost:3001/ to test the app!