Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 1.85 KB

README.md

File metadata and controls

70 lines (50 loc) · 1.85 KB

Welcome to Event Management System for CSE250 👋

Version License: MIT wakatime

Entity Relationship Diagram

ER Diagram

Initialisation

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

db.yaml

mysql_host: 'localhost'
mysql_user: 'root'
mysql_password: 'root'
mysql_db: 'dbmsEventManagement'
python app.py

Usage

python app.py

Run tests

navigate to http://localhost:5000/

Author

👤 Parth Shah, Malav Doshi, Samkit Kundalia

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

This project is MIT licensed.