Skip to content

davca3/svatbogram

Repository files navigation

Svatbogram

This is a simple photo/video sharing app for my wedding. It's built with Next.js and Supabase UploadThing. Can be used for any event, not just weddings.

.env requirements

# To setup DB and fetch data
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
NEXT_PUBLIC_PRELOAD_COUNT=

# For auth secret run this bash command: `openssl rand -base64 32`
AUTH_SECRET=
AUTH_URL=http://localhost:3000/api/auth

# Setup for admin user without DB users
USERNAME=
PASSWORD=

TODOLIST

⚪️ Selecting multiple files and ability to download them
⚪️ Download all files - maybe make it with selecting feature
⚪️ Next/Prev buttons for files

Authors

Releases

No releases published

Packages

No packages published