2 года назад
История
README.md
Description
An example of a backend app powered by Nest framework. The key points / features:
- Docker: using Docker compose the multicontainer app could be run. In that case, 1) a container for the backend app 2) a container for Postgres 3) a container to run pgAdmin inside Docker (could be checked at http://localhost:5454/browser/ when the docker-compose is up and running)
- Swagger is set up (could be checked at http://localhost:4000/api/docs when the docker-compose is up and running)
- Sequelize is set up
- AutoMapper is set up
- versioning is set up
- a basic logger is set up
- a service for graceful shutdown is prepared
The app has only one module for CRUD operations for the /users endpoints.
Installation
The project uses Yarn.
$ yarn
Running the app
$ docker-compose up
Конвейеры
0 успешных
0 с ошибкой