Loading repository data…
Loading repository data…
AlejandroV01 / repository
Ducky.pics is a collaborative event photo-sharing platform where users can create, manage, and share albums with friends and groups. Built with Next.js, FastAPI, and Supabase, it offers an intuitive experience for capturing memories together.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Welcome to Ducky! 🖼️ A collaborative event photo-sharing platform designed for groups and communities to capture and share memories. Think of it as an album-first social experience, making it easy to create, share, and enjoy photo albums for every occasion. 📸
Ducky is built to bring people together through shared albums. With features like album collaboration, role-based access, and image organization, it’s the perfect solution for event photo-sharing. Whether it’s a party, a vacation, or just a day out with friends, Ducky makes it simple and fun to relive the best moments together.
Check out the live site here: https://www.ducky.pics/
Here’s a rundown of the technologies that power Ducky:
To get started with Ducky locally, follow these steps:
git clone https://github.com/AlejandroV01/Ducky.git
cd Ducky
For both frontend and backend, you'll need to install dependencies.
cd client
npm install
First, set up a virtual environment, then install dependencies:
cd server
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
To run Ducky, you need to configure the environment variables.
Create a .env.local file in the /frontend directory with the following:
N/A
Create a .env file in the /backend directory with the following:
SUPABASE_URL=your_supabase_database_url
SUPABASE_KEY=your_supabase_storage_key
npm run dev
This will start the frontend server on http://localhost:3000.
uvicorn main:app --reload
This will start the backend server on http://localhost:8000.
We welcome contributions to make Ducky even better! Here’s how you can help:
git checkout -b feature/YourFeaturegit commit -m 'Add YourFeature'git push origin feature/YourFeatureFor any questions or help, feel free to reach out via the Issues section.
For further questions or support, please reach out to the project maintainer at alexvera0109@gmail.com.
Thank you for being a part of Ducky! 🎉 Together, let’s make sharing memories as easy and fun as possible. Happy coding! 💻🚀