Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mynickleo/nestjs-mongodb-pattern
- Owner: mynickleo
- Created: 2024-04-04T11:01:35.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-05T18:02:05.000Z (9 months ago)
- Last Synced: 2024-04-05T19:24:02.216Z (9 months ago)
- Topics: mongodb, mongoose, nestjs, nestjs-backend, nestjs-mongoose
- Language: TypeScript
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[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
```