- Clone the repo.
- Run
mongod --dbpath db
to start the mongo server from the root. - Run
npm install
from the server directory. - Run
supervisor app
ornode app
. - Open http://localhost:3000 in your browser.
- Run the tests using
npm test
from the server directory.
Cheers. <3