unnamedmistress / GarageJunkies

GarageSaleJunkies - where you go to get your sales fix! Using Express, Node, Javascript,Multer, Encryption, SQL. Users can enter in their Garage Sale items and they will show on a google map, making it easy to find.
https://garagesalejunkies.herokuapp.com/
0 stars 2 forks source link

Create User SQL model #4

Open unnamedmistress opened 1 year ago

unnamedmistress commented 1 year ago

Familiarize themselves with the Sequelize ORM and authentication middleware. Write the code to create the User model using Sequelize ORM. Test the User model to make sure it works correctly. Debug any issues that arise during testing. Implement the authentication middleware to handle user authentication and express-session and cookies.