Skip to content

Latest commit

Β 

History

History
27 lines (14 loc) Β· 894 Bytes

File metadata and controls

27 lines (14 loc) Β· 894 Bytes

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/