Skip to content

Repository files navigation

Installation

$ yarn install
$ npx prisma generate

# for init the clear database
$ npx prisma migrate dev

Running the app

Set the DATABASE_URL variable in the .env file

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

$ yarn run test

Running with Docker

Set the DATABASE_URL, DATABASE_USER, DATABASE_PASSWORD and DATABASE_DB variables in the .env file

# up containers
$ docker compose up -d

# for init the clear database
$ docker compose exec app npx prisma migrate dev

API Reference

http://127.0.0.1:3000/docs/api

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages