- NodeJS (16.x.x)
- NPM (8.x.x)
- Create and fill in .env file following .env.example file
- Run
npm install
at the root folder - Start in DEV env:
npm run start
- Build:
npm run build
- Start in PROD env:
npm run serve
- Generate DB migration:
db:migrate:create -n
- Apply DB migration(s):
db:migrate
- Apply DB seeds:
db:seed