$ npm install
first of all create a database with the name of your choice
copy .envExample file
# development
$ npm run setup:dev
$ npm run start
npm run migration:generate <migration name>
npm run seeds:generate <seed name>
$ npm install
first of all create a database with the name of your choice
copy .envExample file
# development
$ npm run setup:dev
$ npm run start
npm run migration:generate <migration name>
npm run seeds:generate <seed name>