/SWA_Assn3

Assignment 3 for Software Architecture & Design

Primary LanguagePython

SW_Assn3

Project for Software Architecture & Design course at Mississippi State University.

For ease-of-implementation, this project uses Python 3, Flask, and Bootstrap 4.

Authors

Jordan Stremming, Elisabeth Ama, Steven Huynh, Michael Johnston, Thomas George

Installation

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.

Usage

This application can run by the built-in server.

Running via built-in server

python3 app.py