You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a rest-api and database schema for the events feature.
For events, we want to store the following data:
event id
event name
event body
event description
tags: to show what kind of event it is
the time and date event is conducted on
room number
status: ended/upcoming. Status of the event
created date and time: the time this row was created
last modified date and time: the time this entry was last modified
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.
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:
The text was updated successfully, but these errors were encountered: