Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanmaypatil105/event-management-system
📣 A comprehensive event management system built with Flask Framework(Python) and MySQL, presented via a web based UI.
https://github.com/tanmaypatil105/event-management-system
dbms flask mysql project python
Last synced: 2 days ago
JSON representation
📣 A comprehensive event management system built with Flask Framework(Python) and MySQL, presented via a web based UI.
- Host: GitHub
- URL: https://github.com/tanmaypatil105/event-management-system
- Owner: TanmayPatil105
- Created: 2022-11-07T06:16:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T14:05:21.000Z (almost 2 years ago)
- Last Synced: 2023-11-06T20:22:51.243Z (about 1 year ago)
- Topics: dbms, flask, mysql, project, python
- Language: Python
- Homepage:
- Size: 2.89 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event Management System
![Event Management System](https://user-images.githubusercontent.com/92677342/201507545-7f4b62dd-e31a-4f77-9777-71734b620ce7.png)## Technologies Used :
- Flask / Python
- MySQL
- HTML5## ER Diagram
![ER-Diagram](https://user-images.githubusercontent.com/92677342/201560821-96115972-5b09-4cb1-8c4e-c367c2ce047f.png)## 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
```- `Open` [http://127.0.0.1:5000](http://127.0.0.1:5000)