{"id":26188224,"url":"https://github.com/rohitswami16/movie_api","last_synced_at":"2026-04-21T12:03:27.894Z","repository":{"id":279661112,"uuid":"872202171","full_name":"Rohitswami16/Movie_API","owner":"Rohitswami16","description":"This project is an API integration that seamlessly displays movie details. 🎥✨ It is built using Django, a Python-based backend framework, and provides API links to fetch movie-related data.","archived":false,"fork":false,"pushed_at":"2025-02-26T17:54:47.000Z","size":862,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T23:57:34.630Z","etag":null,"topics":["djnago","python","rest-api","sqlite"],"latest_commit_sha":null,"homepage":"","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/Rohitswami16.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-14T02:41:38.000Z","updated_at":"2025-02-26T17:56:08.000Z","dependencies_parsed_at":"2025-02-26T18:43:37.204Z","dependency_job_id":"652ea19d-9f14-4a36-9d21-2fd1408f1682","html_url":"https://github.com/Rohitswami16/Movie_API","commit_stats":null,"previous_names":["rohitswami16/movie_api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rohitswami16/Movie_API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rohitswami16%2FMovie_API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rohitswami16%2FMovie_API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rohitswami16%2FMovie_API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rohitswami16%2FMovie_API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rohitswami16","download_url":"https://codeload.github.com/Rohitswami16/Movie_API/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rohitswami16%2FMovie_API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27763226,"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-12-16T02:00:10.477Z","response_time":57,"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":["djnago","python","rest-api","sqlite"],"created_at":"2025-03-11T23:57:37.968Z","updated_at":"2025-12-16T10:53:52.226Z","avatar_url":"https://github.com/Rohitswami16.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎬 Movie API Management 🍿\n\n## 🚀 Project Overview\nThis project is an API integration that seamlessly displays movie details. 🎥✨ It is built using Django, a Python-based backend framework, and provides API links to fetch movie-related data.\n\n## 🌟 Features\n- Retrieve a list of movies with details 🎞️\n- Create and manage movie collections 📂\n- User registration and authentication 📝\n- Track API request counts and reset them 🔄\n- Built with a scalable and modular architecture ⚙️\n\n## 🛠️ Tech Stack\n- **Backend:** Django, Python 🐍\n- **Database:** SQLite 🗄️\n- **API:** Django REST Framework 🌐\n\n## 📥 Installation and Setup\nFollow these steps to set up and run the application:\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/Rohitswami16/movie_api_management.git\n   ```\n2. Navigate to the project directory:\n   ```sh\n   cd movie_api_management\n   ```\n3. Create and activate a virtual environment:\n   ```sh\n   python -m venv venv\n   source venv/bin/activate  # On macOS/Linux\n   venv\\Scripts\\activate  # On Windows\n   ```\n4. Install dependencies:\n   ```sh\n   pip install -r requirements.txt\n   ```\n5. Apply database migrations:\n   ```sh\n   python manage.py migrate\n   ```\n6. Start the Django development server:\n   ```sh\n   python manage.py runserver\n   ```\n7. Access the API endpoints as described below.\n\n## 🔗 API Endpoints\n\nModify the URLs as needed to get the desired output.\n\n### 🎞️ Movies\n- **URL:** `http://127.0.0.1:8000/movies/`\n- **Description:** Retrieves the list of available movies. 🎬\n\n### 📂 Collection\n- **URL:** `http://127.0.0.1:8000/collection/`\n- **Description:** Fetches the movie collection data. 🎥\n\n### ➕ Create Collection\n- **URL:** `http://127.0.0.1:8000/createcollection/`\n- **Description:** Allows users to create a new collection of movies. 🏗️\n\n### 📝 Register\n- **URL:** `http://127.0.0.1:8000/register/`\n- **Description:** Registers a new user in the system. 🆕\n\n### 📊 Request Count\n- **URL:** `http://127.0.0.1:8000/request-count/`\n- **Description:** Displays the number of API requests made by a user. 📈\n\n### 🔄 Reset Request Count\n- **URL:** `http://127.0.0.1:8000/request-count/reset`\n- **Description:** Resets the request count for a user. 🔃\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\nFor any inquiries or issues, reach out via email at [rohitswami1612@gmail.com](mailto:rohitswami1612@gmail.com).\n\n---\n⚡ Ensure the Django server is running before accessing these endpoints! 🚀\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitswami16%2Fmovie_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohitswami16%2Fmovie_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitswami16%2Fmovie_api/lists"}