This is my first more professional flask webapp
- Ensure you have python 3.6+ installed.
git clone <repo-url>
pip install -r requirements.txt
- In
main.py
replace"your_IPv4"
with your IPv4, which you will find when you typeipconfig
on your terminal. - Also in
main.py
replace"your_path"
with the location where the repository is stored (You can use cloud storage in any location, but previews will not work!!!).
python main.py
Go to http://your_IPv4:1111