brianquimio / cs373-idb

Project for CS 373 Software Engineering taught by Glenn Downing
0 stars 0 forks source link

Implement a MySQL database to reflect UML diagram #24

Open shperl opened 8 years ago

shperl commented 8 years ago

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: