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/