This system supports simple image files viewer.
You can manage and share your image files easily.
- Python3.6
git clone https://github.com/pyohei/image-viewer.git
cd simple-image-server
If you want to activate virtualenv, type the below sentence.
python -m venv venv
source venv/bin/activate
After install, you must import python library.
pip install -r requirements.txt
Before executing, you prepare image folder which you will use in this script.
You can execute the below command (using the upper directory name).
python servermain.py `your image file directory`
If you want to execute sample,
python server/main.py sample
I'm using jQuery plugin of jQuery.TosRUs.
Thanks!