{"id":26358155,"url":"https://github.com/slavakuntsov/untitled-cinema","last_synced_at":"2026-03-04T16:02:58.235Z","repository":{"id":266797778,"uuid":"897908289","full_name":"SlavaKuntsov/untitled-cinema","owner":"SlavaKuntsov","description":"A project dedicated to booking movie tickets as part of an internship at Modsen.","archived":false,"fork":false,"pushed_at":"2025-02-24T16:05:51.000Z","size":2527,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T14:19:15.443Z","etag":null,"topics":["angular","asp-net-core","docker","microservices","nginx","postgres","redis"],"latest_commit_sha":null,"homepage":"","language":"C#","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/SlavaKuntsov.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":"2024-12-03T13:02:22.000Z","updated_at":"2025-02-26T17:20:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7a3caa6-05a0-47cb-b4dc-6e1afd5ec85a","html_url":"https://github.com/SlavaKuntsov/untitled-cinema","commit_stats":null,"previous_names":["slavakuntsov/modsen-cinema","slavakuntsov/untitled-cinema"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlavaKuntsov%2Funtitled-cinema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlavaKuntsov%2Funtitled-cinema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlavaKuntsov%2Funtitled-cinema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlavaKuntsov%2Funtitled-cinema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SlavaKuntsov","download_url":"https://codeload.github.com/SlavaKuntsov/untitled-cinema/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878443,"owners_count":20362437,"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":["angular","asp-net-core","docker","microservices","nginx","postgres","redis"],"created_at":"2025-03-16T14:19:17.617Z","updated_at":"2026-03-04T16:02:58.140Z","avatar_url":"https://github.com/SlavaKuntsov.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UntitledCinema\n\n## Project Description\nUntitledCinema is a full-featured cinema management system with a microservice architecture, web client, and mobile application. The project provides capabilities for viewing movie schedules, booking tickets, managing user accounts, and much more.\n\n## Project Architecture\nThe project is built on a microservice architecture and consists of the following components:\n\n### Architecture Diagram\n```\n┌─────────────────┐     ┌─────────────────┐\n│   Web Client    │     │  Mobile Client  │\n│    (Angular)    │     │    (Flutter)    │\n└────────┬────────┘     └────────┬────────┘\n         │                       │\n         │                       │\n         │      ┌───────────────┐│\n         └──────►               ◄┘\n                │  API Gateway  │\n                │    (NGINX)    │\n                │               │\n                └─┬─────┬─────┬─┘\n                  │     │     │\n┌─────────────────┘     │     └─────────────────┐\n│                       │                       │\n│                       │                       │\n▼                       ▼                       ▼\n┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐\n│  User Service   │ │  Movie Service  │ │ Booking Service │\n│    (.NET)       │ │     (.NET)      │ │     (.NET)      │\n└─────────┬───────┘ └─────────┬───────┘ └─────────┬───────┘\n          │                   │                   │\n          ▼                   ▼                   ▼\n    ┌───────────┐       ┌───────────┐       ┌───────────┐\n    │PostgreSQL │       │PostgreSQL │       │ MongoDB   │\n    └───────────┘       └───────────┘       └───────────┘\n          \n                    ┌───────────────┐\n                    │     Redis     │◄───┐\n                    │   (Caching)   │    │\n                    └───────────────┘    │\n                                         │\n                    ┌───────────────┐    │\n                    │    RabbitMQ   │    │\n                    │  (Messaging)  │────┼───────┐\n                    └───────────────┘    │       │\n                                         │       │\n                    ┌───────────────┐    │       │\n                    │     MinIO     │◄───┘       │\n                    │ (File Storage)│            │\n                    └───────────────┘            │\n                                                 │\n                                                 ▼\n                                         ┌───────────────┐\n                                         │ All Services  │\n                                         │ (.NET)        │\n                                         └───────────────┘\n```\n\n### Backend (Microservices)\n- **API Gateway** - NGINX gateway for routing requests to microservices\n- **User Service** - service for user management and authentication\n- **Movie Service** - service for managing movies, showings, and cinemas\n- **Booking Service** - service for ticket booking\n\n### Data Storage\n- PostgreSQL for User Service and Movie Service\n- MongoDB for Booking Service\n- Redis for caching\n- MinIO for file storage\n- RabbitMQ for asynchronous communication between services\n\n### Frontend\n- **Web Application** - Angular 19 using PrimeNG and TailwindCSS\n- **Mobile Application** - Flutter\n\n## Requirements\n- Docker and Docker Compose\n- .NET SDK (for development)\n- Node.js and npm (for web client)\n- Flutter (for mobile application)\n\n## Running the Project\n\n### Running all components via Docker Compose\n```bash\ncd src\ndocker-compose up -d\n```\n\n### Running the web client for development\n```bash\ncd src/client\nnpm install\nnpm run start\n```\n\n### Running the mobile application for development\n```bash\ncd src/mobile\nflutter pub get\nflutter run\n```\n\n## Access Ports\n- **Web Application**: http://localhost:80\n- **API Gateway**: http://localhost:80/api\n- **RabbitMQ Management**: http://localhost:15673\n- **MinIO Console**: http://localhost:9001\n\n## Project Structure\n```\nsrc/\n├── client/            # Angular web application\n├── mobile/            # Flutter mobile application\n├── server/\n│   ├── UserService/   # User service\n│   ├── MovieService/  # Movie service\n│   ├── BookingService/# Booking service\n│   └── Shared/        # Shared code for services\n├── nginx/             # NGINX configuration\n└── docker-compose.yml # Docker-compose configuration\n```\n\n## Technologies\n\n### Backend\n- .NET\n- ASP.NET Core\n- PostgreSQL\n- MongoDB\n- Redis\n- RabbitMQ\n- MinIO\n\n### Web Client\n- Angular 19\n- TypeScript\n- PrimeNG\n- TailwindCSS\n- SignalR (for real-time communication)\n\n### Mobile Application\n- Flutter\n- Dart\n- Provider (state management)\n- Dio (HTTP client)\n- SignalR (for real-time communication)\n\n## Features\n- User registration and authentication\n- Movie browsing and filtering\n- Session scheduling and management\n- Seat selection and ticket booking\n- Payment processing\n- User reviews and ratings\n- Admin dashboard for cinema management\n\n## Getting Started\n1. Clone the repository\n2. Install the required dependencies\n3. Run the project using Docker Compose\n4. Access the web application at http://localhost:80\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslavakuntsov%2Funtitled-cinema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslavakuntsov%2Funtitled-cinema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslavakuntsov%2Funtitled-cinema/lists"}