Subhankar4901 / TSG-web-hackathon-backend

A repository for TSG website hackathon 2021
MIT License
2 stars 1 forks source link

api to get the events a user participated in. #33

Closed shobhit10058 closed 2 years ago

shobhit10058 commented 2 years ago

a get request containing the jwt token will be given to this api and it will give a response containing the event id, title, introduction and participation certificate, start and end of all the events that this user participated in.

shobhit10058 commented 2 years ago

done