PutBox is an application for storing your photos. You can review the details in the wiki page!
Live demo can be found here.
Steps to run:
git clone https://github.com/ETU-ABC/ABC-PutBox-Web.git
cd ABC-PutBox-Web
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
export FLASK_ENV=development
export FLASK_APP=run
flask run