hatchways / team-blt

1 stars 0 forks source link

Sign in and sign up integration with backend product and list models #31

Closed jason1794c closed 3 years ago

jason1794c commented 3 years ago

Backend and frontend integration of the login and signup pages. Upon successful signup, the user will be redirected to the login page. After successful login, the user will be redirected to the website's dashboard.

Product and list models in the backend has also been created. The product model references both the list and user models, and the list model references both the product and user models. Endpoints for creating, editing, viewing, and deleting lists and products have also been added.

shenziq1 commented 3 years ago

Jason's modification looks good. Thank you so much for your effort.