Nest Sequelize Starter

  • A skeleton nest application with working sequelize integration.
  • Includes model definition and migration for a basic users table.

Steps

  • Clone the repository
  • Run npm install
  • Run npm run start:dev