1. To install all dependencies of the project: yarn install

  2. To start the project: yarn start

  3. To start the project at developer mode: yarn dev

  4. Create tables and their relationship in the database: npx sequelize-cli db:migrate

  5. Add dummy data into database: npx sequelize-cli db:seed:all