Skip to content

maphstay/sample-template-nestjs

Repository files navigation

Nest Logo

Sample template NestJS

📋 Description

Nest framework TypeScript template repository.

💡 Features

🛠️ Installation

yarn install

🚀 Running the app

Development

yarn run start

Watch mode

yarn run start:dev

Production mode

yarn run start:prod

💣 Test

Unit tests

yarn run test

e2e tests

yarn run test:e2e

Test coverage

yarn run test:cov

✨ Migration

Migration create

yarn migration:create ./src/database/migrations/fileName

Migration generate

yarn migration:generate ./src/database/migrations/fileName

Migration up

yarn migration:up

Migration down

yarn migration:down

👨🏽‍💻 Author

Stefferson Thallys

👏🏽 Credits

All credits is to NestJs team that maintain it as 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

sample-template-nestjs is MIT licensed.

About

Sample template nestjs with some frequent features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published