An open API service indexing awesome lists of open source software.

https://github.com/genndy007/event_management_restapi

Django-based REST API for Event Management.
https://github.com/genndy007/event_management_restapi

Last synced: 2 months ago
JSON representation

Django-based REST API for Event Management.

Awesome Lists containing this project

README

          

# Event Management REST API

Django-based REST API that manages events (like conferences, meetups, etc.).
The application will allow users to create, view, update, and delete events.
It should also handle user registrations for these events.

Requirements:
- Design an Event model with fields such as title, description, date, location,
and organizer.
- Implement CRUD (Create, Read, Update, Delete) operations for the Event
model.
- Basic User Registration and Authentication.
- Event Registration

Bonus:
- Implement an advanced feature like event search or filtering.
- Add a feature for sending email notifications to users upon event registration.