##An online drinks ordering system
Currently code can be run with a standlone mongodb. API requirements is outlined in https://gist.github.com/jhonyf/443d9e97432730c3d5d7
####To deploy locally
- Git clone project
- Run
npm install - Start MongoDB
- Run
node app.js - Seed initial data by going to "localhos:300/load/up", to destroy data go to "localhos:300/load/down"