- initial deps:
npm install
in root directory - install mongo:
apt-get mongo
(and startmongod
) - create schema:
cat schema/schema.js | mongo acclab
- run server:
node server/server
- run client:
node client/app
- go to
http://localhost:8888/
For test use random generator: node server/random-data