To analyze, specify, design, implement, document and demonstrate an online system using classical methodology for database development. The system is implemented using a relational DBMS that supports standard SQL queries; on a localhost MySQL Server (Version 5.1 or above).
This project entails the creation of a flask pplication system that stores information about the Atlanta BeltLine sites and events. The intent of the application is to keep track of the visitors who visit the different sites and events, users who take transits that connect various sites, and the employees who work in the Atlanta BeltLine system.
- mysql Ver 14.14
- python 2.7
- flask >= 1.0.2
- pymysql >= 0.9.3
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.