0.0.1 • Published 10 months ago

drako v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Description

Base api in NestJs framework.

Installation

$ npm install

Next steps

configure .env

Migrations

$ npm run migration:generate name # Create migrations with name
$ npm run migration:run # Run migrations
$ npm run migration:revert # Run migration rollback

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Optional

$ ----- # Run seeders