- Fork this repository and clone it on your machine.
- Change the directory to
trz-api
where you cloned it.
/* Run docker */
$ docker-compose up -d
/* Down docker */
$ docker-compose down
- Open backend, the host localhost:3333
/* Access container of backend */
$ docker exec -it api-container /bin/bash
/* Run test */
$ npm run test:coverage
With the server running, access http://localhost:3333/docs
This project is under the MIT license. See the LICENSE for more information.