Fastify Logo

Description

Installation

$ npm install

Docker

$ docker compose up -d

Migrations

# up migrations in database
$ npm run migrate

Running the app

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# e2e tests
$ npm run test:e2e

# test units
$ npm run test:unit