{"id":29675361,"url":"https://github.com/codepeters/movierama","last_synced_at":"2025-07-22T23:06:51.026Z","repository":{"id":266964686,"uuid":"871342709","full_name":"CodePeters/MovieRama","owner":"CodePeters","description":"A Movie Platform (2024)","archived":false,"fork":false,"pushed_at":"2024-12-07T09:57:13.000Z","size":741,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-07T10:26:24.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/CodePeters.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-10-11T18:58:14.000Z","updated_at":"2024-12-07T09:57:17.000Z","dependencies_parsed_at":"2024-12-07T10:36:33.795Z","dependency_job_id":null,"html_url":"https://github.com/CodePeters/MovieRama","commit_stats":null,"previous_names":["codepeters/movierama"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodePeters/MovieRama","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodePeters%2FMovieRama","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodePeters%2FMovieRama/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodePeters%2FMovieRama/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodePeters%2FMovieRama/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodePeters","download_url":"https://codeload.github.com/CodePeters/MovieRama/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodePeters%2FMovieRama/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266586905,"owners_count":23952205,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":"2025-07-22T23:06:50.308Z","updated_at":"2025-07-22T23:06:51.003Z","avatar_url":"https://github.com/CodePeters.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MovieRama\nA Movie Platform (2024)\n\n## _Tech Stack_ \n\n* Python3\n* Django \u0026 Django-Rest Framework  \n* Django jwt Auth\n* SQLite\n* Angular 18\n* Angular Material, Ng-Bootsrap\n* Cloudflare worker (serverless)\n* Cloudflare KV (Cache)\n* ElasticSearch\n\n## _Installation_\nAfter git clone `cd` to the cloned repo: `cd ./MovieRama` and run `install.sh`.\n\n- This installs dependencies including Elasticsearch, now run Elastic: `./elasticsearch-8.11.4/bin/elasticsearch` , Once done you will see a **password** that Elasticsearch generates, we need this for next step.\n  \n- Now for Django to use elasticsearch edit the settings file in: `MovieRama-backend/movierama/settings.py` (line 160) and add the previous password:\n\n```\nELASTICSEARCH_DSL={\n    'default': {\n        'hosts': 'https://localhost:9200',\n        \"http_auth\": (\"elastic\", \"YOUR_ELASTICSEARC_GENERATED_PASSWORD\"),\n...\n    },\n}\n```\n\nWe are almost there!:  \nOpen another terminal and run:\n\n- `python manage.py search_index --rebuild`\n- `python manage.py runserver`\n\nNow the backend should be up and running!, For the Frontend, in a new term:\n\n- `cd ../movie-app-frontend`\n- `ng serve`\n\nEverything at this point should is up and running! App is served in `http://localhost:4200/`\n\n##\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodepeters%2Fmovierama","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodepeters%2Fmovierama","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodepeters%2Fmovierama/lists"}