Best Flask open-source libraries and packages

Event management system

📣 A comprehensive event management system built with Flask Framework(Python) and MySQL, presented via a web based UI under a single file
Updated 2 months ago

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