Authors: Kent Omolade Kal-Ab Yebeltal Aditya Rayapudi
Windows Git Bash:
python -m venv env
./env/scripts/activate
pip install -r requirements.txt
python app.pyMac OS / Linux:
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
flask runThe app should be running on (http://localhost:5000)
If you want to edit a page, just edit stuff inside:
{% block content %}
here
{% endblock content %}