Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 333 Bytes

how to use it

  • initial deps: npm install in root directory
  • install mongo: apt-get mongo (and start mongod)
  • 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