logbasem / Software_Engineering

GitHub repository for Software Engineering
3 stars 0 forks source link

User data table #15

Closed kpe03 closed 5 months ago

kpe03 commented 5 months ago

Create a table representing user information Rows for: username, userpassword, email, first_name, last_name, profile_picture (we can add rows as needed) Create a model and controller for the user table in the backend

kpe03 commented 5 months ago

4/4 Created userdata table in mySQL workbench Created:

Updated the index.js file with the new User route.

Mostly just skeleton code for now.

kpe03 commented 5 months ago

4/5