Develop and Deploy a Scalable RESTful API using Node.js & Mongo.

Check out the Medium Article!

Full Crud Operations:

alt text

Six Different API Endpoints:

  • Get All books
  • Get Books by ID
  • Get Books by Author
  • Add New Book
  • Update Existing Book
  • Delete Book

alt text

Server Architecture:

  • Full decoupling of all functions
  • Integration with Mongoose within DAO
  • Connected to remote Mongo server

alt text

Software Stack:

alt text