ReeceDonovan/CS3305

Create Account Page

Closed this issue · 2 comments

Create Account Page
gal commented

Maybe include profile picture upload in an updated version of this. With perhaps a signature photo upload if we decide to go ahead with it.

@sh-angl

userRouter.get("/users/:id", (req, res) => {
res.send(User.getById(parseInt(req.params.id)));
});

https://github.com/ReeceDonovan/CS3305/blob/main/api/src/models/user.ts
Database is hooked up for account creation so you should be able to get actual user profile image and info to show on the account page now