amamolo9986 / The-Porsche-Project

MIT License
0 stars 0 forks source link

Add view and endpoint #11

Closed amamolo9986 closed 1 month ago

amamolo9986 commented 1 month ago

Create the /user/{userId} endpoint along with the user.html view. Should be able to get here from the homepage.

amamolo9986 commented 1 month ago

note that this will have to be a /users/profile endpoint since the authentication is for the user email and not the user id. So that would prevent us from utilizing a /users/{userId} endpoint

amamolo9986 commented 1 month ago

should complete issue #18 after completion of view

amamolo9986 commented 1 month ago

Created user controller and the view that it returns