Da’Database is a web-based textbook trading application.
Make sure MongoDB is running, then in the directory containing Da’Database, run the following commands:
$ npm install
$ node server.js
Then visit http://localhost:3000/
To run the test suite, make sure both MongoDB and Da’Database are running, then in the directory containing Da’Database, run:
$ npm test