boilerplate-restfull-api-typescript-typeorm-nest
v0.0.4
Published
## Description
Downloads
15
Readme
Boilerplate for Restfull API using typeORM, nest and TS running in Docker
Description
Nest framework with typeORM for restfull API TypeScript starter repository.
It uses a basic Docker container with node:20
image and is made to use PostgreSQL
Installation
npm install
Running the app
# development
npm run start
# watch mode
npm run start:dev
# production mode
npm run start:prod
Test
# unit tests
npm run test
# e2e tests
npm run test:e2e
# test coverage
npm run test:cov