Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 816 Bytes

File metadata and controls

44 lines (26 loc) · 816 Bytes

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