flask app to display folder, subfolders and files.
- Make sure you have python 3.x available
- create a virtual environment [optional]
- pip install -r requirements.txt
- update the parent directory in app.py as ppath="replace_me" before running the server, it is set to ppath = "/" by default.
- python app.py
- go to http://127.0.0.1:5000/
- to run it on a custom port set the environment variable