This is a scaffolded node express server with built in auth and session support using mysql and sequelize.
- Must have mysql running on your computer with
username: root
andpassword: ''
setup on the machine npm install && npm start
node server with sequelize and user, auth, and session scaffolding
JavaScript