Get started:

  • run npm i to install all dependencies

change directory to nest_typeorm (Nestjs + TypeORM), nest_sequelize (Nestjs + Sequelize), express_typeorm (Express + TypeORM) or express_sequelize (Express + Sequelize)

  • run npm run test (1 test should succeed and 3 should fail)

  • run npm run migrate (for 4th task)