CEMS is a web-based event management system designed for use by universities and colleges. It allows event organizers to easily create and manage events, track attendance, and generate reports.
git clone https://github.com/sudee404/CEMS.git
cd CEMS/
python -m venv env
source env/bin/activate
pip install -r requirements.txt
SECRET_KEY=yoursecretkey
DEBUG=True
ALLOWED_HOSTS=127.0.0.1, .localhost
python manage.py makemigrations
python manage.py migrate
Create a superuser
python manage.py createsuperuser
Start the development server
python manage.py runserver
Create an event
Manage attendees
Stack
Client: HTML, CSS, Javascript, Bootstrap
Server: Python
CEMS is licensed under the MIT License. MIT