See requirements.txt for the list of all python libraries used for the implementation and execution of this project.
$ pip3 install -r requirements.txt$ python3 -m flask run- Project is implemented as a 3-tier application
guidirectory contains the interface layerapplayerdirectory contains the logical layer for all interactionsdatalayerdirectory contains the code for interfacing with data sources
