Skip to content

SakshamCloudOps/EventFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎉 EventFlow – Django-Based Event Management System

EventFlow is a full-stack Django web application designed for creating, managing, and registering for events. It offers an intuitive user experience for both organizers and participants.


🚀 Features

  • ✅ User Registration & Authentication
  • ✅ Create, Edit, and Delete Events
  • ✅ View Your Created Events
  • ✅ User Profile Management
  • ✅ Event Registration System
  • ✅ Email Notifications
  • ✅ Responsive Design with Bootstrap 5

📸 Screenshots

Feature Screenshot
Home Page Home
Create Event Create
Edit Profile Profile
My Events Page My Events

🧰 Tech Stack

  • Frontend: HTML, CSS, Bootstrap 5
  • Backend: Django 5.x
  • Database: SQLite (Default)
  • Authentication: Django Auth
  • Image Upload: Django Media Storage
  • Email: SMTP (Gmail)

🛠 Setup Instructions

1. Clone the repository

git clone https://github.com/SakshamCloudOps/EventFlow.git
cd EventFlow

2. Create a virtual environment

python -m venv env
env\Scripts\activate  # On Windows

3. Install dependencies

pip install -r requirements.txt

4. Run migrations

python manage.py makemigrations
python manage.py migrate

5. Start the development server

python manage.py runserver

Visit: http://127.0.0.1:8000/


🧪 Sample Test Users

Username Password Role
admin admin123 Superuser
testuser test123 Event Creator

📁 Project Structure

EventFlow/
├── events/                 # Main Django App
├── templates/
│   ├── events/
│   └── accounts/
├── static/
├── media/
├── db.sqlite3
├── requirements.txt
├── manage.py
└── README.md

👨‍💻 Author

Saksham Sambhaji Kamble
📫 sakshamskm.kamble@gmail.com
🔗 GitHub


🙌 Support

If you like this project, don’t forget to ⭐ the repo and share your feedback!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors