{"id":20314905,"url":"https://github.com/catchpoint/catchpoint-demo-cinema-app","last_synced_at":"2026-06-08T10:32:38.242Z","repository":{"id":250310405,"uuid":"832081370","full_name":"catchpoint/catchpoint-demo-cinema-app","owner":"catchpoint","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-22T10:11:03.000Z","size":10968,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-12-02T20:46:49.733Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/catchpoint.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}},"created_at":"2024-07-22T10:10:36.000Z","updated_at":"2025-03-22T10:11:05.000Z","dependencies_parsed_at":"2025-03-04T08:45:35.036Z","dependency_job_id":"97c14bdb-59d6-4d2a-a261-79c034472b30","html_url":"https://github.com/catchpoint/catchpoint-demo-cinema-app","commit_stats":null,"previous_names":["catchpoint/catchpoint-demo-cinema-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/catchpoint/catchpoint-demo-cinema-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchpoint%2Fcatchpoint-demo-cinema-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchpoint%2Fcatchpoint-demo-cinema-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchpoint%2Fcatchpoint-demo-cinema-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchpoint%2Fcatchpoint-demo-cinema-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catchpoint","download_url":"https://codeload.github.com/catchpoint/catchpoint-demo-cinema-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchpoint%2Fcatchpoint-demo-cinema-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34059156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":[],"created_at":"2024-11-14T18:17:08.452Z","updated_at":"2026-06-08T10:32:38.224Z","avatar_url":"https://github.com/catchpoint.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Catchpoint Demo Cinema App\n\nThis is a demo cinema app a basic example of a cinema booking system. You can display a list of movies, view movie\ndetails, and book tickets for a movie.\n\n## Pre-requisites\n\n- Docker (https://docs.docker.com/get-docker/)\n- Docker Compose (https://docs.docker.com/compose/install/)\n- JQ (https://jqlang.github.io/jq/download/)\n- cURL (https://curl.se/download.html)\n- Maven (https://maven.apache.org/download.cgi)\n- **[Windows]** Powershell (https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell)\n\n## Setting up Catchpoint API Key\n\n1. Retrieve `\u003cAPI_KEY\u003e` key from Catchpoint Portal (https://portal.catchpoint.com/ui/Symphony/Integrations/Api/Tracing)\n2. Change `\u003cAPI_KEY\u003e` value from the\n    - For **OpenTelemetry** agent:\n        - `backend/auth-service/otel-trace/otel-config.properties`\n        - `backend/cinema-service/otel-trace/otel-config.properties`\n        - `backend/notification-service/otel-trace/otel-config.properties`\n\n3. **[Optional]** If you want to customize each service name, change the\n   - For **OpenTelemetry** agent `otel.service.name`\n\n    in the above files to a unique name for each service\n\n## Getting Started - Manual Installation\n\n1. Clone the repository\n2. Install _opentelemetry agent_\n- **For Windows**\n  ```bash\n  ./otel.ps1\n  ```\n- **For Linux/Mac**\n  ```bash\n  ./otel.sh\n  ```\n3. Run the following command to start the application\n```bash\ndocker-compose up\n``` \n4. Open [Web UI](http://localhost:3000/login) in your browser to access the cinema app\n\n## Getting Started - Automated Installation\n\n1. Clone the repository\n2. Run the following command to start the application\n- **For Windows**\n    ```bash\n    ./start.ps1\n    ```\n- **For Linux/Mac**\n    ```bash\n    ./start.sh\n    ```\n\n3. Click go to the trace link of the given trace id\n   ![Trace Link](images/automated-result.png)\n\n## Accessing the Application\n\n- Open your browser and navigate to [Login Page](http://localhost:3000/login) to access the cinema app\n- Click on the `Login` button to login to the application\n- Then you can view the list of movies, view movie details, and book tickets for a movie\n- You can also view the booking history by clicking on the [Reservation](http://localhost:3000/reservations) link\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatchpoint%2Fcatchpoint-demo-cinema-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatchpoint%2Fcatchpoint-demo-cinema-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatchpoint%2Fcatchpoint-demo-cinema-app/lists"}