Loading repository data…
Loading repository data…
alyssonbarrera / repository
API for task management application
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
API for task management application.
$ pnpm install
cp .env.example .env
$ docker compose up -d
$ pnpm run db:generate
# development
$ pnpm run db:migrate
# production
$ pnpm run db:deploy
$ pnpm run db:seed
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov