Skip to content

A test project to explore new NestJS features and to expand my knowledge.

Notifications You must be signed in to change notification settings

Drischdaan/stackbox-api

Repository files navigation

stackbox-api

A test project to explore new NestJS features and to expand my knowledge.

Issues MIT License

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

Migrations

# generate migration
$ pnpm migrations:generate ./libs/database/src/migrations/<migration-name>

# run migration
$ pnpm migrations:run

# revert migration
$ pnpm migrations:revert

# create migration
$ pnpm migrations:create ./libs/database/src/migrations/<migration-name>

📜 License

Distributed under the MIT License. See LICENSE for more information.

🫱🏽‍🫲🏽 Contact

Github Discord Twitter

About

A test project to explore new NestJS features and to expand my knowledge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published