Group Project to practice using JavaScript, Express and MongoDB.
In top level folder:
- in terminal run "npm install" to get all used dependencies
- in new terminal tab type "mongo < seeds.js" to seed database
- in terminal type "mongod" and leave it running
- in terminal run "npm start" and leave it running
- in terminal type "npm run webpack" and leave it running
In browser:
- to play: http://localhost:3000/
- to see our API: http://localhost:3000/api/bar_inventory or /api/player_inventory
Welcome Screen
Main Screen