Project Mongo API - https://project-mongo-api-c33hk2ngfq-lz.a.run.app/
🏁 Goals:
The goal of this project was to start using a database to store and retrieve data from and use that data to produce a RESTful API.
Must-have requirements:
✅ The API should have at least 2 routes.
✅ A minimum of one endpoint to return a collection of results (array of elements).
✅ A minimum of one endpoint to return a single result (single element).
✅ The API should make use of Mongoose models to model the data and use these models to fetch data from the database.
✅ The API should be RESTful.
🚧 The problem:
I am quite pleased with the turnout of this project. It fulfilled all the requirements and I enjoyed working with the backend part as always.
💻 Tech stack:
MongoDB - MongoDB Atlas - POSTMAN - Google Cloud
View it live: https://project-mongo-api-c33hk2ngfq-lz.a.run.app/