sequelize / express-example

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

renamed express-main-example orchestra and added blog example project #110

Open ajbraus opened 3 years ago

ajbraus commented 3 years ago

I added my MVC blog project and I renamed the existing project to be called "orchestra" because it seemed to be an orchestra management software data model.

ajbraus commented 3 years ago

So I added another example - a todo-list project that is the best implementation of Sequelize I can do after reviewing all the possible examples.