$ npm i
Please make sure you have installed Docker in your local environment. You can download Docker from here
$ docker compose up
$npm run migrate-up
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Back-end |
• Node Version: v16.14 • Framework: Nest.js • Scripting Language: Typescript • Testing: Jest • Code Control: Eslint, Prettier • Git Hook: Husky, commitlint, lint-staged • Database: MongoDB • Object Modelling Tool: Mongoose • Cloud database service: MongoDB Atlas • Healthchecks: Terminus |
Add a file named .env
at the root directory. Copy the .env code from Backend ENV ticket on notion(Get notion access permission from the development group) and paste it in .env. You can refer to the .env.example
file in the directory and repo.
We put our ticket board and other important information in the notion board. Please advise our BA to get access to it.
1. Creating New Branches |
|
2. Commit Message |
See how a minor change to your commit message style can make you a better programmer. Format:
More Examples:
References: |
3. Pull Request |
|
4. Specific Code Convention |
"" instead of single quotes'' in the front end project.How To Change Indentation in your VS code |