damncode12 / devitup

My official repo for Hacktober Fest 2k23 contributions. 🚀🧑‍🚀🧑‍💻
GNU General Public License v3.0
2 stars 9 forks source link

Develop an API in Go that uses Postgres or any other backend DB which is CRUD compliant and is useful for managing members in a College Club #5

Closed damncode12 closed 11 months ago

damncode12 commented 12 months ago

The API must include the following features: Have the following endpoints: /join ( for new members to be added to the DB ) /remove ( to remove members of the organization) /auth (to authenticate user who is performing these operations) /manage(to change attributes of already existing members in the club) /eventsAdd (to post upcoming event details to the server) /eventsInfo (to get information about past events) /yearMembers( to get details of members per year as per body in the API request)

047pegasus commented 12 months ago

I am experienced in Go and would to develop it for my very own college GDSC community too. I will start working soon on it. ✅

damncode12 commented 12 months ago

Sure then you are good to go for this one too I guess 😄

damncode12 commented 11 months ago

Good then, I think it is enough. Well done @047pegasus ✅