- Coby Sontag: Backend
- Hannah Fried: Database
- Matthew Chan: Project Manager, Backend Assistant
- Jionghao Wu: Frontend
-
Install Flask, a Python module, using either of these methods:
-
In a Terminal, run the following command:
pip3 install flask
-
Use a Python 3 virtual environment to bypass
pip3
restrictions on certain machines (i.e. School Computers). Run the following commands subsequently:python3 -m venv <name of vitrual environment> # creates a virtual environment named <name of vitrual environment> . <name of vitrual environment>/bin/activate # activates the virtual environment pip3 install flask # installs flask Python mode deactivate # deactivated the virtual environment
- Note: you must have the virtual environment activated to complete Step #4
-
-
Clone the project repository
git clone https://github.com/MattChann/softdev-p00.git
-
cd
into the repositorycd systems-p00
-
Run the project from localhost
python3 app.py
-
Navigate in a web browser to http://127.0.0.1:5000/
-
Enjoy!
© 2019 Team SOS