{"id":30765359,"url":"https://github.com/habib33-3/trip-buddy","last_synced_at":"2026-04-10T15:13:07.366Z","repository":{"id":309865416,"uuid":"1013197656","full_name":"habib33-3/trip-buddy","owner":"habib33-3","description":"Smart travel companion to plan, track, and relive trips with itineraries, interactive maps, and travel stats — built with React, TypeScript, Node.js, Prisma, and PostgreSQL.","archived":false,"fork":false,"pushed_at":"2025-09-29T13:27:33.000Z","size":495,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-29T15:28:00.715Z","etag":null,"topics":["expre","globe","openstreetmap","prisma","react","shadcn","tailwindcss","tsc","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/habib33-3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-03T14:03:08.000Z","updated_at":"2025-09-19T18:23:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"bbc09b4f-96e6-4d99-a317-d9fd29def729","html_url":"https://github.com/habib33-3/trip-buddy","commit_stats":null,"previous_names":["habib33-3/trip-buddy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/habib33-3/trip-buddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habib33-3%2Ftrip-buddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habib33-3%2Ftrip-buddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habib33-3%2Ftrip-buddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habib33-3%2Ftrip-buddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/habib33-3","download_url":"https://codeload.github.com/habib33-3/trip-buddy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habib33-3%2Ftrip-buddy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004060,"owners_count":26083667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["expre","globe","openstreetmap","prisma","react","shadcn","tailwindcss","tsc","typescript"],"created_at":"2025-09-04T18:01:19.716Z","updated_at":"2025-10-10T13:33:22.394Z","avatar_url":"https://github.com/habib33-3.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trip Buddy 🌍✈️\n\n## Your Smart Travel Companion\\*\\*\n\nPlan, track, and relive your journeys with **Trip Buddy**—a travel companion that lets you create trips, manage itineraries, visualize routes on a map, and explore your travel stats in an immersive globe view.\n\n## ✨ Key Features\n\n✅ **Secure Authentication** – JWT with HTTP-only cookies\n✅ **Trip Management** – Create, edit, and organize trips with detailed itineraries\n✅ **Interactive Map Preview** – Visualize routes and destinations\n✅ **Travel Timeline** – Browse past trips with photos and notes\n✅ **Stats Dashboard** – Track distances and visited countries on a 3D globe\n✅ **Responsive Design** – Works on mobile, tablet, and desktop\n\n---\n\n## 🛠 Tech Stack\n\n| Category     | Technologies                          |\n| ------------ | ------------------------------------- |\n| **Frontend** | React, TypeScript, Tailwind CSS, Vite |\n| **Backend**  | Node.js, Express, Prisma              |\n| **Database** | PostgreSQL                            |\n| **APIs**     | Map/Globe visualization libraries     |\n\n---\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Docker \u0026 Docker Compose (v2+)\n- Node.js (v18+) _(optional for local setup)_\n- PNPM (v8+) _(optional for local setup)_\n\n---\n\n### 🐳 Run with Docker (Recommended)\n\n**1️⃣ Development Mode (with HMR):**\n\n```bash\n# Start development containers\npnpm docker:dev\n\n# Stop containers\npnpm docker:down\n\n# Rebuild containers with fresh dependencies\npnpm docker:dev:rebuild\n```\n\n**Ports in development:**\n\n- Frontend: `5173`\n- Backend API: `5000`\n- Prisma Studio: `5555`\n\n**2️⃣ Production Mode (optimized build):**\n\n```bash\n# Start production containers\npnpm docker:prod\n\n# Stop containers\npnpm docker:down\n```\n\n**Ports in production:**\n\n- Frontend: `8080`\n- Backend API: `5000`\n\n---\n\n### ⚡ Local Setup (Optional)\n\n1. **Clone \u0026 Install**\n\n```bash\ngit clone https://github.com/habib33-3/trip-buddy.git\ncd trip-buddy\npnpm install\n```\n\n2. **Configure Environment**\n   Duplicate `.env.example` to `.env` and add your credentials.\n\n3. **Run the App Locally**\n\n```bash\npnpm build\npnpm start\n```\n\n4. **Open in Browser**\n   Visit `http://localhost:4173`\n\n---\n\n## 📜 License\n\nMIT License - See [LICENSE](LICENSE).\n\n---\n\n### 🎯 Roadmap\n\n- Trip sharing\n- Collaborative planning\n- Mobile app\n- Image Sharing\n- User profiles\n- Admin dashboard\n- Payment integration\n- Analytics and reporting\n- User feedback and reporting\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabib33-3%2Ftrip-buddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhabib33-3%2Ftrip-buddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabib33-3%2Ftrip-buddy/lists"}