git clone https://github.com/parthmshah1302/DBMS-Event-Management-System
cd DBMS-Event-Management-System
pip install virtualenv
python -m virtualenv env
.\env\Scripts\activate
pip install -r requirements.txt
Run the 3 SQL Files before moving on the next step Create a db.yaml file in your root directory
mysql_host: 'localhost'
mysql_user: 'root'
mysql_password: 'root'
mysql_db: 'dbmsEventManagement'
python app.py
python app.py
navigate to http://localhost:5000/
👤 Parth Shah, Malav Doshi, Samkit Kundalia
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This project is MIT licensed.