Prerequisites

  1. NodeJS 12+

Installation

  1. npm i
  2. cp .env.example .env
  3. please edit the .env with database configuration accordingly
  4. npm run db:migrate
  5. npm run seed:all