Library Managament backend application with TDD approach.
This application is built on:
Used mlab could database for this project.
Install the dependencies and devDependencies and start the server.
Make sure Node.js and npm are installed before running below commands.
For running test cases...
$ git clone https://github.com/sureshbona/TDD_library_management.git
$ cd TDD_library_management
$ npm install
$ npm testFor development environments...
$ npm startFor production environments...
$ npm run productionFor test coverage report...
$ npm run coverageTest coverage results are available in coverage folder.