# CIS_454
CardStocks
Please have latest version of Python installed
To run this website you will need to pip install:
1. flask
2. flask_wtf
3. flask_login
4. flask_bootstrap
5. flask_sqlalchemy
6. werkzeug.utils
7. Werkzeug.security
8. wtforms
9. wtforms.validators
10. datetime
11. sqlite3
#======================================================
Simply download the repository to your harddrive
Run powershell
cd to the directory that has Main.py (ex. S:\Desktop\College\CIS_454)
type <python ./main.py> and press enter to run the main site, to run the forun, type <ForumChat.py> and press enter
open a web browser and navigate to "http://127.0.0.1:5000/"
#======================================================
Bram & Jeremy:
To run searchbar functionality:
python3 -m http.server
#Written by Matthew M. and Gregory M.