Metadata-Version: 2.1
Name: StudentAssist
Version: 1.0.0
Summary: StudentAssist is a Utica College CSC433 Final Project
Home-page: https://github.com/wesleyaou/CSC433
Author: A+ Labs
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/wesleyaou/CSC433/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Unix
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: bcrypt
Requires-Dist: flask
Requires-Dist: flask-security
Requires-Dist: flask-sqlalchemy

# StudentAssist
## The A+ Labs: CSC433 Project

To setup the initial webserver:
- Execute `git clone https://github.com/wesleyaou/CSC433.git`
- Change into the StudentAssist/ directory, `cd CSC433/StudentAssist/`
- Run the webserver using `python3 main.py`
- In your browser, navigate to <http://localhost:5000/home>


