0.0.1 • Published 1 year ago
drakojs v0.0.1
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
0.0.1
1 year ago