sequelize / express-example

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

More documenation! #70

Closed Aditya94A closed 4 years ago

Aditya94A commented 7 years ago

As a node beginner, it's not immediately clear to me why things are the way they are in this repo. I would love some explanations behind these architectural decisions :)

gaspaonrocks commented 7 years ago

I have a very basic app that runs node/express, minimal frontend (html/css/Js) and sequelize to create, list and delete object.

I also commented everything to make it as clear as possible.

Let me know if you're interested.

Aditya94A commented 7 years ago

Yes please!

gaspaonrocks commented 7 years ago

Well you can check/clone my repo @ github.com/gaspaonrocks/simple-sequelize.

Feel free to comment and/or add anything.

Hope it helps you :-)

papb commented 4 years ago

Hello! Sorry to take so long. Modern example created with Sequelize v6, finally :tada: The code is commented, please let me know if you have any questions.