Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skbhati199/api-mongodb
API MongoDB with TypeORM is a robust backend project integrating MongoDB, a NoSQL database, with TypeORM, an ORM tool for TypeScript and JavaScript. It streamlines database operations, ensuring efficient, maintainable, and scalable API development. The project leverages TypeORM's advanced features for MongoDB, enhancing data manipul
https://github.com/skbhati199/api-mongodb
mongodb nestjs nodejs typeorm typescript
Last synced: about 1 month ago
JSON representation
API MongoDB with TypeORM is a robust backend project integrating MongoDB, a NoSQL database, with TypeORM, an ORM tool for TypeScript and JavaScript. It streamlines database operations, ensuring efficient, maintainable, and scalable API development. The project leverages TypeORM's advanced features for MongoDB, enhancing data manipul
- Host: GitHub
- URL: https://github.com/skbhati199/api-mongodb
- Owner: skbhati199
- Created: 2024-01-11T06:39:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-21T11:23:00.000Z (7 months ago)
- Last Synced: 2024-11-02T07:07:04.665Z (3 months ago)
- Topics: mongodb, nestjs, nodejs, typeorm, typescript
- Language: TypeScript
- Homepage: https://www.evsystem.in
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API MONGODB typeorm
## Description
API REST with NodeJS, Express, MongoDB and TypeORM
## Installation
```bash
$ npm install
```## Running the app
```bash
# Docker-compose
$ docker-compose up -d
# production mode
$ npm run start:prod
# development
$ npm run start:dev