Skip to content

ToneLoke/project_red_pill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Red Pill

A live mobile quiz game experience for managers to test employee knowledge

Development Setup

*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

  1. Run db server locally in new terminal
mongod

Pull updates Must have yarn installed globally

  1. Install dependencies
npm run reset
  1. start server & client concurrently
npm run start:dev

Deployment to Heroku

login with test user -- username: testuser, password: 12345