An open API service indexing awesome lists of open source software.

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: 2 months ago
JSON representation

How about writing your own course project from scratch?

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)