Simple User CRUD with typescript, sequelize and mysql Install dependencies yarn --dev Create a .env file and add the environments variables. Use .env.local as example. Use root database user as default. cp .env.local .env Run tests yarn test