Skip to content

pipeosorio1/transporte

Repository files navigation

Description

Nest framework TypeScript starter repository.

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# e2e tests
$ yarn run test:e2e

Running the Docker mode

# development
$ docker-compose up -d --build

# production mode
$ docker-compose -f docker-compose.production.yml up -d --build

# test
$ docker compose exec transporte yarn run test:e2e

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published