An open API service indexing awesome lists of open source software.

https://github.com/sinedied/pets-api

Source code for the pets API
https://github.com/sinedied/pets-api

Last synced: 5 months ago
JSON representation

Source code for the pets API

Awesome Lists containing this project

README

          

# 🐶 pets-api

Source code for the pets API, built with:

- [NestJS](https://nestjs.com) for the backend
- [Azure Cosmos DB](https://azure.microsoft.com/services/functions/?WT.mc_id=javascript-0000-yolasors) for the database
- [TypeORM](https://typeorm.io) with [MongoDB driver](https://github.com/mongodb/node-mongodb-native) to access the database

> Learn how to build this API from scratch by reading the article:
["How to add a FREE MongoDB database to your NestJS API with TypeORM"](https://dev.to/azure/how-to-add-a-free-mongodb-database-to-your-nestjs-api-with-typeorm-2fop/)