Project for Software Architecture & Design course at Mississippi State University.
For ease-of-implementation, this project uses Python 3, Flask, and Bootstrap 4.
Jordan Stremming, Elisabeth Ama, Steven Huynh, Michael Johnston, Thomas George
This project uses Python 3.7 and the pipenv package.
To install Pipenv, run pip3 install pipenv
.
Clone this repository into a folder of your choosing and run
pipenv install
. This will install all necessary packages for this project.
This application can run by the built-in server.
python3 app.py