Skip to content

A comprehensive event management system built with Flask Framework(Python) and MySQL, presented via a web based UI.

Notifications You must be signed in to change notification settings

BelieveInTheLimitless/event-management-system

 
 

Repository files navigation

Event Management System

Event Management System

Technologies Used :

  • Flask / Python
  • MySQL
  • HTML5

ER Diagram

ER-Diagram

Creating the environment

$ git clone https://github.com/TanmayPatil105/event-management-system.git
$ sudo mysql -uroot -p

Create the database by copying the contents of ./database/events.sql and executing them

Change password in app.py to your MySQL root password

Installing Dependencies

$ pip install -r requirements.txt

Running the project

$ flask run

About

A comprehensive event management system built with Flask Framework(Python) and MySQL, presented via a web based UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.4%
  • SQL 40.1%
  • Dockerfile 3.5%