Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 422 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 422 Bytes

Usage example

  • Provide environment variables file
cp .env.sample .env
  • Run with docker-compose
docker-compose up
  • Format and lint source code files
npm run format
npm run lint
  • Generate database migration file
npm run db:migration:generate <file-name>
  • Run database migrations
npm run db:migration:run