Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mynickleo/nestjs-mongodb-pattern

This is a template application for Nest.js and MongoDB database. It represents information about users and their posts
https://github.com/mynickleo/nestjs-mongodb-pattern

mongodb mongoose nestjs nestjs-backend nestjs-mongoose

Last synced: 24 days ago
JSON representation

This is a template application for Nest.js and MongoDB database. It represents information about users and their posts

Awesome Lists containing this project

README

        


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

Created by Nest.js + mongoose

## Описание (Description)
Это шаблон приложения для Nest.js и базы данных MongoDB. Он представляет информацию о пользователях и их публикациях
> This is a template application for Nest.js and MongoDB database. It represents information about users and their posts

## Установка (Installation)

```bash
$ yarn
```

## Запуск (Running the app)

```bash
# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod
```

## Тесты (Tests)

```bash
# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov
```