Skip to content

santoshvarmaaddala/Event-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event-Management-System

A simple Flask-based project.


📝 Description:

This Flask project is an Event Booking System that allows users to view available events, check their details, and book events if slots are available. The application provides a user-friendly interface with dynamic content rendering and an admin panel for managing events.


🔑 Key Features:

  • User Authentication: Secure login with session management.

  • Event Display & Booking: View event details (name, capacity, location, price) and Book available events dynamically.

  • Admin Panel: Manage events (add, edit, delete, update status).

  • Interactive UI: Alternating card colors, responsive design, and dynamic animations.

  • Fixed Navigation Bar: Quick access to Your Events and Logout links.


⚙️ Installation:

Follow these steps to set up and run the project locally:

  1. Clone the repository:
    git clone https://github.com/santoshvarmaaddala/Event-Management-System.git
  2. Navigate into the project directory:
     cd your-flask-project
  3. Create a virtual environment:
    python -m venv venv
  4. Activate the virtual environment:
    .\venv\Scripts\activate          # For Windows
    source venv/bin/activate         # For Linux/macOS
  5. Install the required dependencies:
    pip install -r requirements.txt
  6. Run the Flask server:
    flask run
    or
    flask --app app run

HAPPY BOOKING

Credits and Contact:

For any inquiries or questions, feel free to reach out:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published