{"id":24669092,"url":"https://github.com/kartiktoogoated/showtime","last_synced_at":"2025-09-08T09:32:38.517Z","repository":{"id":273280900,"uuid":"919195609","full_name":"kartiktoogoated/ShowTime","owner":"kartiktoogoated","description":"A backend system for a movie reservation service with user authentication, movie management, and seat reservation functionality.","archived":false,"fork":false,"pushed_at":"2025-04-05T13:47:31.000Z","size":5002,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T14:29:14.778Z","etag":null,"topics":["api-development","backend","express","mongodb","movie-reservation","nodejs"],"latest_commit_sha":null,"homepage":"https://show-time-pink.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/kartiktoogoated.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}},"created_at":"2025-01-19T23:37:15.000Z","updated_at":"2025-04-05T13:47:34.000Z","dependencies_parsed_at":"2025-01-20T00:27:15.704Z","dependency_job_id":"34a9ed0e-deac-460a-844a-6b3cc20e26b9","html_url":"https://github.com/kartiktoogoated/ShowTime","commit_stats":null,"previous_names":["kartiktoogoated/showtime"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kartiktoogoated/ShowTime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartiktoogoated%2FShowTime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartiktoogoated%2FShowTime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartiktoogoated%2FShowTime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartiktoogoated%2FShowTime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kartiktoogoated","download_url":"https://codeload.github.com/kartiktoogoated/ShowTime/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartiktoogoated%2FShowTime/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263756384,"owners_count":23506517,"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","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":["api-development","backend","express","mongodb","movie-reservation","nodejs"],"created_at":"2025-01-26T09:19:26.506Z","updated_at":"2025-07-05T14:38:17.770Z","avatar_url":"https://github.com/kartiktoogoated.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"🎬 ShowTime - Movie Booking System\n==================================\n\n**ShowTime** is a full-featured movie ticket booking platform with a sleek UI, smart backend, and an AI-powered recommendation chatbot that suggests movies based on your mood! 🤖🍿\n\n* * * * *\n\n📌 Overview\n-----------\n\n**🎨 Frontend (Client)**\\\n🛠 Built with **React (Vite)** and **TypeScript**\\\n🖼 User-friendly UI for browsing movies and booking tickets\\\n🧠 Mood-based movie recommendations via chatbot\\\n📱 Responsive for all screen sizes\n\n**🧠 Backend (Server)**\\\n🚀 Built with **Node.js**, **Express**, and **TypeScript**\\\n🗃 Uses **Prisma ORM** with a PostgreSQL database\\\n📤 Sends real-time email \u0026 SMS notifications (Nodemailer, Twilio)\\\n🧠 Integrates sentiment analysis for mood detection\\\n🔐 REST API with scalable architecture\n\n* * * * *\n\n✨ Features\n----------\n\n-   🎥 Movie listings with filtering and details\n\n-   🪑 Seat selection \u0026 ticket booking\n\n-   📧 Email \u0026 📱 SMS notifications for confirmation\n\n-   🤖 AI-powered mood-based movie recommendations\n\n-   📊 Trending movies suggestions\n\n-   🔒 User authentication (JWT/session)\n\n-   ⚙️ Docker support for deployment\n\n-   📈 Admin panel for managing movies (coming soon!)\n\n* * * * *\n\n📂 Folder Structure\n-------------------\n![image](https://github.com/user-attachments/assets/fe9c3c18-1667-45d8-bfed-8f58892f7316)\n\n* * * * *\n\n🚀 Upcoming Enhancements\n------------------------\n\n-   💳 Payment gateway integration (Razorpay / Stripe)\n\n-   📱 Mobile app (React Native / Flutter)\n\n-   👤 Admin \u0026 role-based access control\n\n-   🌃 Dark mode support\n\n-   ⭐ User ratings \u0026 reviews\n\n* * * * *\n\n☁️ Deployment\n-------------\n\n-   🧑‍💻 Frontend: AWS S3\n\n-   🌐 Backend: AWS EC2 (Dockerized)\n\n-   🗄️ Database: PostgreSQL on Railway/Supabase/RDS\n\n* * * * *\n\n🧪 How to Run Locally\n---------------------\n\n1.  🔁 **Clone the repo**\\\n    `git clone https://github.com/kartiktoogoated/ShowTime`\n\n2.  📦 **Install dependencies**\n\n    -   `cd client \u0026\u0026 npm install`\n\n    -   `cd ../server \u0026\u0026 npm install`\n\n3.  🧱 **Set up database**\\\n    `npx prisma generate \u0026\u0026 npx prisma migrate dev`\n\n4.  🔥 **Run both servers**\n\n    -   Frontend: `npm run dev` inside `client`\n\n    -   Backend: `npm run dev` inside `server`\n\n* * * * *\n\n🤝 Contributing\n---------------\n\nPull requests are welcome! Feel free to suggest features, report bugs, or open issues 💡\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartiktoogoated%2Fshowtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkartiktoogoated%2Fshowtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartiktoogoated%2Fshowtime/lists"}