Skip to content

sureshbona/TDD_library_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management

Library Managament backend application with TDD approach.

Tech

This application is built on:

  • node.js version
  • node.js version
  • npm version
  • mongodb

Used mlab could database for this project.

Installation

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 test

For development environments...

$ npm start

For production environments...

$ npm run production

For test coverage report...

$ npm run coverage

Result

Test Status

Test coverage results are available in coverage folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published