Deneb is an API tool designed to address problems related to queuing theories. Its REST API provides an accessible solution to integrate into projects through the following URL: https://deneb.vercel.app/api/v1/simulations. For a more detailed exploration of the API and to understand the parameters that must be included in URL requests, it is recommended to consult the page https://deneb.vercel.app/api, where a Swagger interface is available that allows testing and become familiar with the data that must be sent in the applications.
$ pnpm install
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov
Deneb is MIT licensed.