https://github.com/tanmaypatil105/event-management-system
How about writing your own course project from scratch?
https://github.com/tanmaypatil105/event-management-system
dbms flask mysql project python
Last synced: 8 months ago
JSON representation
How about writing your own course project from scratch?
- Host: GitHub
- URL: https://github.com/tanmaypatil105/event-management-system
- Owner: TanmayPatil105
- Created: 2022-11-07T06:16:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T14:05:21.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T08:36:29.648Z (9 months ago)
- Topics: dbms, flask, mysql, project, python
- Language: Python
- Homepage:
- Size: 2.89 MB
- Stars: 27
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event Management System

## Technologies Used :
- Flask / Python
- MySQL
- HTML5
## 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
```
- `Open` [http://127.0.0.1:5000](http://127.0.0.1:5000)