logbasem / Software_Engineering

GitHub repository for Software Engineering
3 stars 0 forks source link

#15 -- user data table #19

Closed kpe03 closed 7 months ago

kpe03 commented 7 months ago

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.