Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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