Made for a party in San Francisco's 20 Misson and The Archive.
It continuesly captures and indexes what it sees, and displays the closeset matches from the recent past :)
- Bring up the server (see below)
- locate it's IP. Lets assume xxx.xxx.xxx.xxx
- Ensure the computer running the browse can hit the server. Try hitting
http://xxx.xxx.xxx.xxx:9999
- and then visit https://party.photoboo.app/. Final url should be something like https://party.photoboo.app/?http://xxx.xxx.xxx.xxx:9999
$ cd server
$ pip install -r requirements.txt
$ python app.py
This is the web client, based on Svelte + Vite + Tailwind.
$ cd website
$ npm i
$ npm run dev
Proxies everything. Does SSL termination
$ cd server
$ sudo caddy run