Skip to content

Latest commit

 

History

History
106 lines (80 loc) · 2.79 KB

README.md

File metadata and controls

106 lines (80 loc) · 2.79 KB
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.