$ yarn install
- Rename
.env.dist
file to.env
- Then, open
.env
and update the database credentials with yours.
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
Pierre-Henry Soria. A super passionate & enthusiastic problem-solver / senior software engineer living in Sydney 🦘 Also a true cheese 🧀, espresso ☕️, and dark chocolate lover! 😋 👉 Reach me at https://ph7.me 💫
Nest is MIT licensed.