Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luca-henrique/api-technical-test-ticket-system
https://github.com/luca-henrique/api-technical-test-ticket-system
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/luca-henrique/api-technical-test-ticket-system
- Owner: luca-henrique
- Created: 2024-08-29T13:52:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T22:10:07.000Z (3 months ago)
- Last Synced: 2024-08-30T15:27:47.445Z (3 months ago)
- Language: TypeScript
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dicas
https://www.youtube.com/watch?v=0TMr8rsmU-k
https://chatgpt.com/c/031bef73-3703-4593-98d3-c14ae1256d5c## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Project setup
```bash
$ npm install
```## Compile and run the project
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Run tests
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov# run test load
$ artillery run send-ticket.yml```