Simple API using Node.js, Express.js and MongoDB to store data. CRUD Operations on a Product (GET, POST, PUT and DELETE)
$ npm install
$ NODE_ENV={development, test, production}
$ npm start
API Endpoints test is done with Mocha and Chai.
It can be run with $ npm test