- Create database
- Copy .env.example to .env and fill with database credentials.
To install dependencies, run
npm install
- Migrations:
npx sequelize-cli db:migrate
- Seeders:
npx sequelize-cli db:seed:all
npm start
There are 10 admin and 10 no admin users to test. Their emails and password are:
- Admin:
- email: adminX@test.com
- password: adminXpass
- No Admin:
- email: no-adminX@test.com
- password: noadminXpass (Replace the 'X' with a number between 1 and 10)