This is a simple event management system that allows users to create, read, update, and delete events. The system is built using the Django framework and uses the Django REST framework to create a RESTful API. The system is built using a Model-View-Controller (MVC) architecture and uses a MongoDB database to store event data.
- Client: https://evnt.press
- Admin: https://admin.evnt.press
- Server: https://api.evnt.press
client
: Contains the client-side code for the event management system.server
: Contains the api-side code for the event management system.admin
: Contains the admin-side code for the event management system.common
: Contains the packages for the event management system.
- Follow the instructions in the
client
,server
, andadmin
folders to install the client, server, and admin-side code respectively.