@merkaly/api
v0.2.5-8
Published
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
Downloads
160
Readme
Description
Nest framework TypeScript starter repository.
Installation
$ yarn install
Generate OpenSSL certificate
$ mkdir ".cert"
$ openssl req -x509 -newkey rsa:4096 -nodes -keyout ./.cert/key.pem -out ./.cert/cert.pem -days 365
Running the app
# development
$ yarn dev
# production mode
$ npm start
Test
# unit tests
$ yarn test
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
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
License
Nest is MIT licensed.