Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 562 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 562 Bytes

folderview

flask app to display folder, subfolders and files.
alt text

Installation

  • Make sure you have python 3.x available
  • create a virtual environment [optional]
  • pip install -r requirements.txt

Usage

  • 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/

other modifications

  • to run it on a custom port set the environment variable