Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 472 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 472 Bytes

ABC-PutBox-Web

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