A live mobile quiz game experience for managers to test employee knowledge
*If running for the first time load the db data
mongorestore --db project_red_pill dbData/
Ensure mongodb 3.4 or higher is installed on machine
- Run db server locally in new terminal
mongod
Pull updates Must have yarn installed globally
- Install dependencies
npm run reset
- start server & client concurrently
npm run start:dev
login with test user -- username: testuser, password: 12345