sequelize / express-example

A proposal for the usage of Sequelize within an Express.JS application.
MIT License
2.5k stars 770 forks source link

nodemon index.js doesn't work #107

Closed lanniec closed 4 years ago

lanniec commented 4 years ago

I installed express-example and entered nodemon index.js. The database is started in ...express-example-master\express-main-example\sequelize\index.js, which does not get called thus no database connection.

index-no-connect