Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 269 Bytes

todo.md

File metadata and controls

11 lines (6 loc) · 269 Bytes

[x]create a server and connect with database ~ postgres

[x]create endpoints for signup and login

[x]define schema for use details

[x]bcrypt to hash passwords and compare them

[x]authenticate the user with the details from the db

[]need to create sessions using jwt