UWCodeForce / student-net

https://uwcodeforce.ca
2 stars 11 forks source link

Create User Profile API page #35

Open xTrig opened 2 years ago

xTrig commented 2 years ago

We'll need a backend API route so that the frontend can read/write data to and from the database.

Coordinate with frontend developer to determine what APIs are needed.

Raghuboi commented 2 years ago

I'd like to take this on and coordinate with @aasherkataria (https://github.com/UWCodeForce/student-net/issues/32) unless he'd want to do this himself (since he's doing the frontend anyway). I think a prerequisite to making this fully functional would be to have the user sessions correctly working and feeding data possibly into a React context (from the authentication issue https://github.com/UWCodeForce/student-net/issues/16)