{"id":21984517,"url":"https://github.com/shakil1819/asset-django","last_synced_at":"2026-04-09T02:02:19.125Z","repository":{"id":238911409,"uuid":"796893419","full_name":"shakil1819/Asset-Django","owner":"shakil1819","description":"Corporate Asset Tracker is a Django application for managing corporate assets like phones and laptops, allowing companies to efficiently track assignments and device conditions. It supports multiple companies, employee management, and detailed device logging.","archived":false,"fork":false,"pushed_at":"2024-05-10T20:18:06.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-21T02:47:50.719Z","etag":null,"topics":["django","django-application","django-project","django-rest-framework","docker","docker-compose","jwt-authentication","python3"],"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/shakil1819.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-05-06T20:22:48.000Z","updated_at":"2024-10-19T10:51:54.000Z","dependencies_parsed_at":"2025-08-22T08:19:25.115Z","dependency_job_id":null,"html_url":"https://github.com/shakil1819/Asset-Django","commit_stats":null,"previous_names":["shakil1819/asset-django"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shakil1819/Asset-Django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakil1819%2FAsset-Django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakil1819%2FAsset-Django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakil1819%2FAsset-Django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakil1819%2FAsset-Django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shakil1819","download_url":"https://codeload.github.com/shakil1819/Asset-Django/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakil1819%2FAsset-Django/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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":["django","django-application","django-project","django-rest-framework","docker","docker-compose","jwt-authentication","python3"],"created_at":"2024-11-29T18:09:54.681Z","updated_at":"2026-04-09T02:02:19.085Z","avatar_url":"https://github.com/shakil1819.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eCorporate Asset Tracker Using Django, SQLite3\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/Django-092E20?style=for-the-badge\u0026logo=django\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Docker-2496ED?style=for-the-badge\u0026logo=docker\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Python-3776AB?style=for-the-badge\u0026logo=python\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/SQLite-003B57?style=for-the-badge\u0026logo=sqlite\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Django%20REST%20Framework-092E20?style=for-the-badge\u0026logo=django\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/JSON%20Web%20Tokens-000000?style=for-the-badge\u0026logo=json-web-tokens\" /\u003e\n\u003c/p\u003e\n\n## Project Description\nThe Corporate Asset Tracker is a Django application designed to track corporate assets such as phones, tablets, laptops, and other gears assigned to employees within a company. It provides a centralized system for companies to manage their assets efficiently, including delegating devices to employees, tracking assignment and return dates, and maintaining device condition logs.\n\n## Features\n- Allows multiple companies to manage their assets independently.\n- Supports adding and managing employees within each company.\n- Tracks various types of devices and their assignment to employees.\n- Records assignment and return dates for each device.\n- Maintains logs of device conditions at the time of assignment and return.\n\n## Endpoints\n- `/companies/`: List and create companies.\n- `/employees/`: List and create employees.\n- `/devices/`: List and create devices. Devices can also be assigned to employees.\n- `/devices/\u003cint:id\u003e/`: Get, update, and delete specific devices by ID.\n- `/device-assignments/`: List and create device assignments.\n- `/device-assignments/\u003cint:id\u003e/`: Get, update, and delete specific device assignments by ID.\n- `/device-condition-logs/`: List and create device condition logs.\n- `/device-condition-logs/\u003cint:id\u003e/`: Get, update, and delete specific device condition logs by ID.\n\n## Steps to Run\n1. Clone the repository to your local machine.\n2. Navigate to the project directory.\n3. On shell, run\n```bash\ncd corporate_assets \u0026\u0026 docker compose up --build\n```\n4. Access the admin panel at `http://localhost:8000/admin/`. [Default ID:Pass is `admin:pass`]\n5. Access the api documentation at `http://localhost:8000/api/schema/redoc`\n6. Access the swagger documentation at `http://localhost:8000/api/schema/swagger-ui`.\n7. Please run this for restarting the container again (if you haven't pruned already):\n```bash\ndocker system prune -a\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshakil1819%2Fasset-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshakil1819%2Fasset-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshakil1819%2Fasset-django/lists"}