Note: Requires Node.js v18.14.1 to run properly
$ npm install- create a file
config.yamlin the root folder - copy all the context of
config.example.yamlinto theconfig.yamlfile - change the configuration as you wish (like redis url)
- start the app
- open
http://0.0.0.0:3000/docs/api/v1in your browser for documentation
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov