F4KER-X / TalentVault

https://talentvault.vercel.app
1 stars 2 forks source link

Setup proper routing for the user #11

Closed F4KER-X closed 1 year ago

F4KER-X commented 1 year ago

Create and setup correct routing for the user DB Make sure it includes: 1- Getting all users. 2- Getting specific user. 3- Create a new user. 4- Update a user based on an id. 5- delete the user based on an id

F4KER-X commented 1 year ago

Routing is set, log is still missing. Can't implement before the database is set and ready

F4KER-X commented 1 year ago

added login and signup, updated some routes to include update user info, delete user and get user info

F4KER-X commented 1 year ago

Getting user info, updating user, creating user are all working from the backend. Need more testing for the user deletion to close this issue