0.0.2 • Published 4 months ago

enkei-icore v0.0.2

Weekly downloads
-
License
Enkei
Repository
-
Last release
4 months ago

Description

Nest framework TypeScript starter repository.

Installation

$ pnpm install

Running the app

# configuration env
- copy your env

# migrate database schema
$ pnpm typeorm migration:run

# start app
$ pnpm run start

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

Migration

# generate new migration
$ pnpm typeorm migration:generate src/database/migrations/{name}

# run migration
$ pnpm typeorm migration:run

Seed

# run seed
$ pnpm seed:run

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.