Backend part of the Purrello project which includes CRUD operations, authentication using JWT, pagination and etc.
Live demo only for testing!
$ yarn installCopy the example env file and make the required configuration changes in the .env file
For example:
$ cp env.example .envRun migrations first:
$ yarn migration:runAnd seeds (optionally):
$ yarn seed:runAfter:
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod