0.0.4 • Published 11 months ago

boilerplate-restfull-api-typescript-typeorm-nest v0.0.4

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
11 months ago

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