Note: Requires Node.js v18.14.1 to run properly
$ npm install
- create a file
config.yaml
in the root folder - copy all the context of
config.example.yaml
into theconfig.yaml
file - change the configuration as you wish (like redis url)
- start the app
- open
http://0.0.0.0:3000/docs/api/v1
in 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