Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 432 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 432 Bytes

BooksRESTService

RESTful Web Services with Node.js, Express, and MongoDB to create Books APIs. Good starter for clean code, unit tests, integration tests, routing, middleware, and HATEOAS (Hypermedia as the Engine of Application State) configuration.

Technology Stack:

  • Backend: Node.JS, Express.JS
  • Testing tools:
    • Unit testing: Mocha, Should, Sinon.JS
    • Integration testing: Supertest
  • Database: MongoDB