Skip to content

huynhhuuloc129/CT250-Server

Repository files navigation

Nest framework TypeScript starter repository

Installations

npm install

Run with docker

cp .env.example .env
docker compose up -d

View APIs docs at http://localhost:3000/docs View Adminer at http://localhost:8081

Re-build docker image after install new package

docker compose build api

Test

# unit tests
$ npm run test:unit

# 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.

Stay in touch

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages