
No more digging for Google Photos Links, photos.hackclub.com stores photos in original quality, forever!
You’ll need Node 24+, Bun, a Postgres DB, and an S3 bucket. Redis is required for distributed rate limits in production.
git clone https://github.com/hackclub/photos.git
cd photos
bun install
cp .env.example .env
# Fill in your creds!
bun run db:migrate
bun run dev
Production deploys should run bun run db:migrate as a release step before serving the new application version. The Vercel build itself does not connect to Postgres.
MIT
Made with ❤️ by Hack Clubbers from all around the world.