This is a simple Node.js REST API with Mongodb as database and express being the Node.js framework.

The API keeps a track of Dogs in a DogsHouse.

You can perform CRUD(Create, Read, Update and Delete the data) operations on the database.