To run the application
- You should have postgres database installed
- Create
.env
file from.env.example
and fill the configuration information correctly npm install
all the packagessequelize db:migrate
to create tables and relationssequelize db:seed:all
to populate the database with super admin and admin user, also create predefined roles and permissionsnpm run dev