ISIS3510-202410-Team-13 / Backend

Efficient time management and meeting coordination
0 stars 0 forks source link

Initial version of unischedule backend: get endpoints #16

Closed SnowArtz closed 6 months ago

SnowArtz commented 6 months ago

Back Implemented in Node.js with the basic endpoints (for now we only have /get that we consider the most important for now but we will update it), the endpoints available for now are:

   1. /user/:id/groups (Get the groups of a User given its ID) 2.
   2. /user/:id/friend (Get the friends of a User given his ID) 
   3. /user/:id/events (Get the events of a User given his ID)
   4. /group/:id/members (Get the members of a Group given its ID)
   5. /group/:id/events (Get the events of a Group given its ID)
SnowArtz commented 6 months ago

Hi @jsurrea!

Thanks for your comments and your feedback!! Can you check the new changes I have made and look if now it looks good for you?