{"id":18878102,"url":"https://github.com/ketgg/Flix","last_synced_at":"2025-04-14T18:32:06.488Z","repository":{"id":225174133,"uuid":"765194499","full_name":"ketgg/Flix","owner":"ketgg","description":"Movie recommendation system API. Part of which was made for university course project.","archived":false,"fork":false,"pushed_at":"2024-04-01T23:07:21.000Z","size":17023,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T11:31:43.735Z","etag":null,"topics":["data-mining","data-mining-python","movie-app","movie-recommendation","movies-api","nginx-server"],"latest_commit_sha":null,"homepage":"https://ketto.space/flix/api/","language":"Python","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/ketgg.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-02-29T13:10:02.000Z","updated_at":"2024-04-02T05:02:24.000Z","dependencies_parsed_at":"2024-09-29T14:52:58.508Z","dependency_job_id":null,"html_url":"https://github.com/ketgg/Flix","commit_stats":null,"previous_names":["re1san/movie-recommend","re1san/movie-recommender","kettogg/flix","ketgg/flix","re1san/flix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketgg%2FFlix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketgg%2FFlix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketgg%2FFlix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ketgg%2FFlix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ketgg","download_url":"https://codeload.github.com/ketgg/Flix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248936821,"owners_count":21186110,"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":["data-mining","data-mining-python","movie-app","movie-recommendation","movies-api","nginx-server"],"created_at":"2024-11-08T06:24:11.904Z","updated_at":"2025-04-14T18:32:02.166Z","avatar_url":"https://github.com/ketgg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## How to run locally\n\n### Setting up Flask server\n\n1. Clone the repository\n\n```\ngit clone https://github.com/re1san/Flix --branch main --depth 1 Flix-Server\n```\n\n2. Create python virtual env and install dependencies\n\n```\ncd Flix-Server\npython -m venv venv\nsource ./venv/bin/activate\npip install -r requirements.txt\n```\n\n3. Start the Flask server\n\n```\ngunicorn wsgi:app\n```\n\n4. Your Flask server will start at `http://127.0.0.1:8000`\n\n\u003e [!TIP]\n\u003e If you are using NixOS/Nix, after step 1 you can just run `cd Flix-Server \u0026\u0026 nix develop`, this will do all the steps and start server at `http://127.0.0.1:8000`\n\n### Setting up Web server\n\n1. Clone the repository\n\n```\ngit clone https://github.com/re1san/Flix --branch web --depth 1 Flix-Web\n```\n\n2. Install dependencies\n\n```\ncd Flix-Web\nnpm install\n```\n\n3. Get TMDB API Key and Add it in `.env.local`\n\n```\ncp .env.sample .env.local\n# Place your TMDB API Key in .env.local\n```\n\n4. Start the Web server\n\n```\nnpm run dev\n```\n\n5. Your Web server will start at `http://127.0.0.1:5000`\n\nNow you can visit `http://127.0.0.1:5000` to see the website working.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fketgg%2FFlix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fketgg%2FFlix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fketgg%2FFlix/lists"}