Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 266 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 266 Bytes

SWOT Analysis Web App

Installing Requirements Using pip

pip install -r requirements.txt

Initializing Database

python3 -m flask --app app init-db

Running the app

python3 -m flask --app app run --host=0.0.0.0 --port=5000