/PartyPi

Simple photo upload webapp that stores and shows photos.

Primary LanguagePythonMIT LicenseMIT

PartyPi

Simple photo upload webapp that stores photos. Plus script to run fullscreen photoshow of these photos. Best used with a Raspberry Pi and a big screen on a party :)

Install

At first, install python requirements:

pip3 install --no-cache-dir -r requirements.txt

Then, install node dependencies:

npm install

Create compiled js file:

npm start

Run it

python3 ./src/py/partypi.py

Using docker as dev environment

Build dev image:

./build_dev_image.sh

Run dev container:

./run_dev_container.sh