amamolo9986 / The-Porsche-Project

MIT License
0 stars 0 forks source link

Add view and endpoint #11

Closed amamolo9986 closed 5 months ago

amamolo9986 commented 5 months ago

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

amamolo9986 commented 5 months 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 5 months ago

should complete issue #18 after completion of view

amamolo9986 commented 5 months ago

Created user controller and the view that it returns