Skip to content

parthmshah1302/DBMS-Event-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.


Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •