Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 265 Bytes

Running Project Locally

Clone repository

$ git clone https://github.com/GeorgeIniatis/Flask-Website.git

Create virtual environment install dependencies

$ pip install -r requirements.txt

Run site

$ python run.py

Access page by going to localhost:5000