mohamedlotfe / ordering-app-nestjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ordering-app-nestjs

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

# use docker compose
$ export DOCKER_CLIENT_TIMEOUT=120
$ export COMPOSE_HTTP_TIMEOUT=120

$ docker-compose up --build -V


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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

License

Nest is MIT licensed.

About


Languages

Language:TypeScript 92.2%Language:Dockerfile 4.0%Language:JavaScript 2.2%Language:Shell 1.6%