https://eventapp-ng2b.onrender.com/
Here are the endpoints:
- api/auth/login
- api/auth/register
- api/auth/my-events
- api/events/
- api/events/:event_id
- api/events/:event_id/guests
- api/categoires/
- api/categoires/:slug
- api/locations/
- api/locations/:location_id
User auth is using JWT.
The frontend is written using React framework.