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
- Host: GitHub
- URL: https://github.com/sinedied/pets-api
- Owner: sinedied
- Created: 2020-03-20T09:36:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:40:46.000Z (over 2 years ago)
- Last Synced: 2025-05-12T13:09:07.968Z (5 months ago)
- Language: TypeScript
- Homepage: https://dev.to/azure/how-to-add-a-free-mongodb-database-to-your-nestjs-api-with-typeorm-2fop/
- Size: 2.97 MB
- Stars: 6
- Watchers: 1
- Forks: 7
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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/)