UOWD-Tech-Club / tech-club-website-legacy

A tech club website
0 stars 2 forks source link

Create Events Backend #13

Open shriram-sg opened 5 months ago

shriram-sg commented 5 months ago

Create Events Backend

Create a rest-api and database schema for the events feature.

For events, we want to store the following data:

We also want to eventually create a reminder functionality that'll send an email reminder to those who have registered for the event. However we can take care of that when we making the frontend for it. We can use the form apis of the corresponding form builder for it.

Express rest API with a postgres db is the final output for this issue.

Resources

Refer to the following resources: