{"id":18357875,"url":"https://github.com/devbassel/movie-reservation-system","last_synced_at":"2026-01-24T02:39:53.506Z","repository":{"id":253327123,"uuid":"840294749","full_name":"DevBassel/Movie-Reservation-System","owner":"DevBassel","description":" system that allows users to reserve movie tickets.","archived":false,"fork":false,"pushed_at":"2024-08-29T00:57:45.000Z","size":1898,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T17:42:13.142Z","etag":null,"topics":["nestjs","nodejs","postgresql","typeorm","typescript"],"latest_commit_sha":null,"homepage":"","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/DevBassel.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-08-09T11:41:02.000Z","updated_at":"2024-12-18T10:02:41.000Z","dependencies_parsed_at":"2024-08-16T00:51:29.327Z","dependency_job_id":"c00dd508-6571-459a-acce-ce970ecdee26","html_url":"https://github.com/DevBassel/Movie-Reservation-System","commit_stats":null,"previous_names":["devbassel/movie-reservation-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevBassel/Movie-Reservation-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevBassel%2FMovie-Reservation-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevBassel%2FMovie-Reservation-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevBassel%2FMovie-Reservation-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevBassel%2FMovie-Reservation-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevBassel","download_url":"https://codeload.github.com/DevBassel/Movie-Reservation-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevBassel%2FMovie-Reservation-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28708167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T23:51:44.727Z","status":"online","status_checked_at":"2026-01-24T02:00:06.909Z","response_time":89,"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":["nestjs","nodejs","postgresql","typeorm","typescript"],"created_at":"2024-11-05T22:15:54.798Z","updated_at":"2026-01-24T02:39:53.480Z","avatar_url":"https://github.com/DevBassel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## [Movie Reservation System (nestjs)](https://roadmap.sh/projects/movie-reservation-system)\n\n#### Build a system that allows users to reserve movie tickets.\n\n#\n\n# Tech Stack\n\n- Nodejs\n- TypeSript\n- Nestjs\n- Postgresql\n- Stripe (payment gateway)\n\n##\n\n# Features\n\n- [x] User Authentication and Authorization\n  - login\n  - register\n  - JWT Authorization\n- [x] Roles (super-admin, admin, user)\n  - super-admin can up user to admin And vice versa\n- [x] Movie Management\n\n  - super-admin and admin can create, update and delete movies\n  - Movies are categorized by genre.\n  - user can filter movies by ( name, category, showTime and between tow dates)\n  - pagination response for optimization\n\n- [x] Firebase integration\n  - to uploade movies poster as (image or video)\n- [x] Reservation Management\n\n  - user can create order for an movie and payment\n  - after payment success user resevied and email with tikck details\n  - user can cacele reservat movie and refund mony\n\n- [x] Scheduling\n  - An hour before the movie is shown, an email is sent to users to remind them of the show time.efore\n- [x] Emails Notifications\n  - send emails to user (create order, payment success, refund order and movie show time)\n- [x] Integtation Testing (jest)\n  - created a test for all service and controllers in app\n\n## How To Install\n\n```bash\n\u003e npm i -g pnpm\n\u003e pnpm install\n```\n\n## Run App (in dev env)\n\n```bash\n\u003e pnpm start:dev\n```\n\n## Run App (in dev production)\n\n```bash\n\u003e pnpm build\n\u003e pnpm start:prod\n```\n\n# Env file\n\n```js\n// APP\nPORT: number;\nJWT_KEY: string;\nNODE_ENV: 'test' | 'dev' | 'prod';\nHOST: string;\n// DB\nDB_NAME: string;\nDB_HOST: string;\nDB_PORT: number;\nDB_USERNAME: string;\nDB_PASSWORD: string;\n// payment\nSTRIPE_SK: string;\nSTRIPE_PK: string;\nSTRIPE_WEBHOOK_SK: string;\n// email smtp\nEMAIL_USER: string;\nEMAIL_SK: string;\n```\n\n#\n\n#### With thanks and appreciation to [roadmap.sh](https://roadmap.sh/)\n\n## [Project Page](https://roadmap.sh/projects/movie-reservation-system)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbassel%2Fmovie-reservation-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevbassel%2Fmovie-reservation-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbassel%2Fmovie-reservation-system/lists"}