Project-Nexus
Project-Nexus copied to clipboard
Fetch user data
What is needed?
While we can currently view posts written by specific users, it would be even better if we could retrieve info about the user themselves when we want to display their profiles as an example.
What needs to be done?
- Add appropriate routes on the server side.
- Modify the client side as well to allow anyone logged in to view another user's profile.
- Redirect the user to the login page if they aren't logged in and attempt to view any user's profile.