A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
## Security Policy
We welcome contributions! Please read our [Security_Policy.md](Security.md) for guidelines on how to report security vulnarability on this project.
## License
This project is licensed under the [MIT License](LICENSE).