Files API V1
Copy the .env.example and fill the required variables
cp .env.example .env
docker compose up --build
The swagger documentation is served at:
http://localhost:3000/api
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov