Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 541 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 541 Bytes

🚀 analyze-my-data.com

📝 Authors

👷‍♂️ Setup

How to dev

  1. Switch into venv called analyzemydata-flask-web.
  2. Change directory by the following: cd /Users/JaroslavBezdek/Documents/Web/analyzemydata.
  3. Run local server:
    1. export FLASK_APP=index.py
    2. export FLASK_DEBUG=1
    3. flask run
  4. Now, just do, what your terminal says!