Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```