{"id":17973861,"url":"https://github.com/thrymheim/netflix-clone","last_synced_at":"2025-08-16T18:33:01.845Z","repository":{"id":260093598,"uuid":"878584127","full_name":"Thrymheim/Netflix-Clone","owner":"Thrymheim","description":"Netflix site with sign in and login features with Django ","archived":false,"fork":false,"pushed_at":"2024-10-29T12:05:04.000Z","size":28066,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-17T01:44:56.843Z","etag":null,"topics":["api","css","django","django-rest-framework","html","login","netflix","pycharm","python","python3","rest","rest-api","rest-framework","restful-api","sign-in","zip"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Thrymheim.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-10-25T16:57:38.000Z","updated_at":"2024-11-08T08:24:16.000Z","dependencies_parsed_at":"2024-10-29T13:51:23.378Z","dependency_job_id":null,"html_url":"https://github.com/Thrymheim/Netflix-Clone","commit_stats":null,"previous_names":["thrymheim/netflix-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thrymheim%2FNetflix-Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thrymheim%2FNetflix-Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thrymheim%2FNetflix-Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thrymheim%2FNetflix-Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thrymheim","download_url":"https://codeload.github.com/Thrymheim/Netflix-Clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230050137,"owners_count":18165013,"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":["api","css","django","django-rest-framework","html","login","netflix","pycharm","python","python3","rest","rest-api","rest-framework","restful-api","sign-in","zip"],"created_at":"2024-10-29T17:04:02.135Z","updated_at":"2024-12-17T01:45:08.869Z","avatar_url":"https://github.com/Thrymheim.png","language":"HTML","readme":"![Netflix Logo](https://seeklogo.com/images/N/netflix-n-logo-0F1ED3EBEB-seeklogo.com.png)\n\n\n# Netflix Clone Project\n\n## Overview\n\nThis project is a Netflix clone built using Django. It features user authentication (sign in / login) and a simple main page showcasing the available content. The application leverages Django's built-in functionalities for handling APIs and static files, making it a solid foundation for building more complex features in the future.\n\n## Features\n\n- **User Authentication**: Users can sign in to their accounts.\n- **Main Page**: A simple landing page displaying available content.\n\n## Technologies Used\n\n- **Django**: The web framework used to build the application.\n- **Django REST Framework**: To facilitate API creation and handling.\n- **HTML/CSS**: For the basic styling of the main page.\n- **SQLite**: The default database for the application (can be modified to use others).\n\n## Installation\n\nTo get started with the project, follow these steps:\n\n### Prerequisites\n\n- Python 3.x\n- Django\n- Django REST Framework\n\n### Step 1: Clone the Repository\n\n```bash\ngit clone https://github.com/yourusername/netflix-clone.git\n```\n\n### Step 2: Change Directory\n\n```bash\ncd netflix-clone\n```\n\n### Step 3: Create a Virtual Environment\n\n```bash\npython -m venv venv\nsource venv/bin/activate   # On macOS/Linux\nvenv\\Scripts\\activate      # On Windows\n```\n\n### Step 4: Install Dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n### Step 5: Database Migrations\n\nRun the following command to apply migrations:\n\n```bash\npython manage.py migrate\n```\n\n### Step 6: Create a Superuser (optional)\n\nTo access the Django admin panel, create a superuser account:\n\n```bash\npython manage.py createsuperuser\n```\n\n### Step 7: Run the Development Server\n\nStart the server:\n\n```bash\npython manage.py runserver\n```\n\nYou can now visit `http://127.0.0.1:8000/` in your browser to access the application.\n\n## Usage\n\n1. Navigate to the sign-in page.\n2. Enter your credentials to log in.\n3. Once logged in, you will be directed to the main page.\n\n## Future Improvements\n\nThis project serves as a starter template. Future features could include:\n\n- The ability to register new accounts.\n- A more extensive main page layout with content cards.\n- User profiles, including watch history.\n- Integration of a payment system for subscriptions.\n- Enhanced content management admin panel.\n\n## Contact Information\n\nFor any questions or concerns regarding the course, please reach out to:\n\n- **Instructor:** [Maziyar kolagar]\n- **Email:** [maziyarkolagar@gmail.com]\n  \n## Contributing\n\nContributions are welcome! Please feel free to open an issue or submit a pull request.\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthrymheim%2Fnetflix-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthrymheim%2Fnetflix-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthrymheim%2Fnetflix-clone/lists"}