This repository contains the following things:
1.Database entity-relationship diagran
2.Database data dictionary
3.SQL coce to create the database
4.SQL code to populate the database
5.Application source code
This database... This database currently contains many entities, all of which are realated and populated. A diagram of the relationships between the entities can be found within this GitHub repository. Additionally, a description of all attributes, their types, and their restrictions can be found in the same place.
This application requires the use of Python 3, meaning that if the machine being used does not have this version of Python, the application will not run.
To run this application, it is recommended that the following steps are followed.
MacOS:
1.Open terminal
2.Navigate to project directory
3.Pull files from GitHub
4.Run command "python main.py" in terminal
Windows OS:
1.Open command line
2.Navigate to project directory
3.Pull files from GitHub
4.Run command "python main.py" in command line