Implemented the user data table in the backend.
userdata has columns: username, userpassword, email, first_name, last_name
SQL script for userdata table can be found in the SQL folder in the backend.
Backend can retrieve data for logging in, registering, etc.
Using passport JS for authentication
Bcrypt for salting passwords
Updated README with dependencies.
Implemented the user data table in the backend.
userdata
has columns: username, userpassword, email, first_name, last_name SQL script for userdata table can be found in the SQL folder in the backend. Backend can retrieve data for logging in, registering, etc.