This module should create the production database that will be used by the app to store and serve data. Additionally, this should be created with the "docker-compose up" command when running the database. It will be necessary for two images to be used (one for the mysql database and one for the flask app) and communication across a docker network. The models.py file will define the data objects to be contained within the MySQL database.
Blocked by #23
This module should create the production database that will be used by the app to store and serve data. Additionally, this should be created with the "docker-compose up" command when running the database. It will be necessary for two images to be used (one for the mysql database and one for the flask app) and communication across a docker network. The models.py file will define the data objects to be contained within the MySQL database.
ORI: SQLAlchemy DBMS: MySQL Required files: