{"id":17472332,"url":"https://github.com/caesar44bc/photo-gallery","last_synced_at":"2026-02-21T11:02:15.186Z","repository":{"id":258146669,"uuid":"872061711","full_name":"caesar44bc/photo-gallery","owner":"caesar44bc","description":"Momento - A Pinterest-inspired photo-sharing app built with Vite, TypeScript, PostgreSQL, and Prisma. Sign up to upload, explore, and save photos, all in a beautifully designed, responsive interface.","archived":false,"fork":false,"pushed_at":"2024-10-16T09:59:58.000Z","size":152,"stargazers_count":0,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T11:09:37.281Z","etag":null,"topics":["appwrite","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://photo-gallery-rho-five.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caesar44bc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-13T17:21:46.000Z","updated_at":"2024-10-16T10:00:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"90c96914-6865-44c5-aa3c-4d314346cfe2","html_url":"https://github.com/caesar44bc/photo-gallery","commit_stats":null,"previous_names":["caesar44bc/photo-gallery"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caesar44bc/photo-gallery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caesar44bc%2Fphoto-gallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caesar44bc%2Fphoto-gallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caesar44bc%2Fphoto-gallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caesar44bc%2Fphoto-gallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caesar44bc","download_url":"https://codeload.github.com/caesar44bc/photo-gallery/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caesar44bc%2Fphoto-gallery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29679049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T09:33:50.764Z","status":"ssl_error","status_checked_at":"2026-02-21T09:33:19.949Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appwrite","hacktoberfest"],"created_at":"2024-10-18T17:07:59.850Z","updated_at":"2026-02-21T11:02:15.148Z","avatar_url":"https://github.com/caesar44bc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Momento** \n\nMomento is a Pinterest-inspired photo-sharing app where users can sign up, upload photos with descriptions, and explore content shared by others. The app aims to offer a clean and highly visual user experience for discovering and sharing photos.\n\n## **Table of Contents**\n\n- [Demo](#demo)\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Run Locally](#run-locally)\n- [Project Structure](#project-structure)\n- [Contributing](#contributing)\n- [License](#license)\n\n## **Demo**\n\nCheck out the live demo here: [App Link](https://photo-gallery-rho-five.vercel.app/)\n\n## **Features**\n\n- **User Authentication**: Sign up and log in functionality with secure session management.\n- **Photo Uploads**: Users can upload photos with descriptions and tags.\n- **Masonry Layout**: Pinterest-like grid layout for browsing images.\n- **Infinite Scroll**: Seamless infinite scrolling for a smooth user experience.\n- **Search \u0026 Explore**: Search by tags, categories, or descriptions to discover new photos.\n- **Photo Boards**: Users can save photos into personalized boards.\n- **Likes and Comments**: Engage with other users by liking and commenting on photos.\n- **Responsive Design**: Mobile-first design that scales across devices.\n\n## **Tech Stack**\n\n### **Frontend**\n- **Vite**: Frontend build tool that offers a fast development experience.\n- **React**: UI library for building user interfaces.\n- **TypeScript**: For type safety and better developer tooling.\n- **Tailwind CSS**: Utility-first CSS framework for building responsive designs.\n\n### **Backend**\n- **Node.js \u0026 Express**: Server for handling API requests (if applicable for any custom logic).\n  \n### **Database**\n- **PostgreSQL**: Relational database for storing users, photos, comments, and boards.\n- **Prisma**: ORM for interacting with the PostgreSQL database.\n\n### **Other Tools**\n- **Prisma Migrate**: For database migrations.\n- **Postman**: For API testing.\n\n## **Getting Started**\n\nFollow these instructions to set up the project on your local machine for development and testing purposes.\n\n### **Prerequisites**\n\n- Node.js (v14 or higher)\n- Vite\n- PostgreSQL (Ensure PostgreSQL is installed and running)\n- Prisma\n\n### **Installation**\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/caesar44bc/photo-gallery.git\n   cd photo-gallery\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   npm install\n   ```\n\n3. **Set up PostgreSQL database**:\n   - Install PostgreSQL on your machine if it’s not already installed.\n   - Create a new PostgreSQL database for the project.\n   \n4. **Set up Prisma**:\n   - Generate Prisma client and run migrations:\n   \n   ```bash\n   npx prisma migrate dev\n   ```\n\n5. **Create a `.env` file** at the root of the project with the following environment variables:\n\n   ```bash\n   DATABASE_URL=\"postgresql://user:password@localhost:5432/momento\"\n   ```\n\n### **Run Locally**\n\n1. **Start the development server**:\n\n   ```bash\n   npm run dev\n   ```\n\n2. The app will be running at `http://localhost:5173`.\n\n## **Project Structure**\n\n```plaintext\nmomento/\n├── public/               # Static assets\n├── prisma/               # Prisma schema and migrations\n├── src/\n│   ├── components/       # React components\n│   ├── pages/            # Pages like Home, Profile, Upload\n│   ├── services/         # Prisma client and database interaction\n│   ├── styles/           # Tailwind CSS styling\n│   ├── utils/            # Helper functions\n│   ├── App.tsx           # Main app component\n│   ├── main.tsx          # Vite entry point\n├── .env                  # Environment variables\n├── package.json          # Project metadata and dependencies\n└── README.md             # Project documentation\n```\n\n## **Contributing**\n\nContributions are welcome! To contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes.\n4. Commit your changes (`git commit -m 'Add some feature'`).\n5. Push to the branch (`git push origin feature-branch`).\n6. Open a pull request.\n\n## **License**\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaesar44bc%2Fphoto-gallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaesar44bc%2Fphoto-gallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaesar44bc%2Fphoto-gallery/lists"}