Needed endpoints: Get Events, Get event by id, Create event, Update event, Delete event.
Entity "event" fields:
title - title of the event
short description - short description of the event
location - location of the event
tag - tag associated with the event
start date - date of the event
end date - end date of the event
start time - start time of the event
end time - end time of the event
Needed endpoints:
Get Events
,Get event by id
,Create event
,Update event
,Delete event
. Entity "event" fields:title
- title of the eventshort description
- short description of the eventlocation
- location of the eventtag
- tag associated with the eventstart date
- date of the eventend date
- end date of the eventstart time
- start time of the eventend time
- end time of the event