Implement event API on backend server
- GET Event by id
- GET ALL Event (expire and not expire) then sort them
- POST Create event (used hostid of the client who going to create the event. For later purpose)
- PUT Update event by id
- DELETE Delete event by id (must match the hostid with whom created the event to be able to delete event)
- .......To be updated
Implement event API on backend server