You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| dev | 4 years ago | |
| src | 4 years ago | |
| test | 4 years ago | |
| .eslintrc.js | 4 years ago | |
| .gitignore | 4 years ago | |
| .prettierrc | 4 years ago | |
| Dockerfile | 4 years ago | |
| README.md | 4 years ago | |
| compodoc.server.json | 4 years ago | |
| example.env | 4 years ago | |
| nest-cli.json | 4 years ago | |
| package.json | 4 years ago | |
| tsconfig.build.json | 4 years ago | |
| tsconfig.json | 4 years ago | |
| yarn.lock | 4 years ago | |
README.md
Welcome to 2021-2022-devops-final-backend 👋
The back end to my new startup idea
Installation
$ yarn install
Running the app
# development
yarn start
# watch mode
yarn start:dev
# production mode
$ yarn build
&&
$ yarn start:prod
Test
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
Lints
# Check
$ yarn format:check
# Format code
$ yarn format:check
# Lint code
$ yarn lint