This is a project for a Columbus State Community College Computer Science Capstone class
This project was completed during Autumn Semester 2020
The purpose of this project was to practice Agile/Scrum methodology while developing a website for a hypothetical company
Any resemblance to a real company is purely coincidental
Make sure you have Python 3.8.2
Clone this repository
In PowerShell/CMD, navigate to the repository folder (the one with run.py and requirements.txt in it).
Run "pip install -r requirements.txt"
Run "python app.py"
Open your web browser to "localhost:5000"
Create a new branch from "master"
Title the branch appropriately for what you are working on (ie "product-page-layout")
Once you have finished working on it, submit a pull request
Example login credentials:
- Manager:
- email: [email protected]
- password: B01Yellow!!
- Customer:
- email: [email protected]
- password: B01Yellow!!