Git Product home page Git Product logo

shakil1819 / asset-django Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 30 KB

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.

Dockerfile 2.93% Python 88.34% Shell 2.69% Nix 6.04%
django django-application django-project django-rest-framework docker docker-compose jwt-authentication python3

asset-django's Introduction

Corporate Asset Tracker Using Django, SQLite3

Project Description

The 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.

Features

  • Allows multiple companies to manage their assets independently.
  • Supports adding and managing employees within each company.
  • Tracks various types of devices and their assignment to employees.
  • Records assignment and return dates for each device.
  • Maintains logs of device conditions at the time of assignment and return.

Endpoints

  • /companies/: List and create companies.
  • /employees/: List and create employees.
  • /devices/: List and create devices. Devices can also be assigned to employees.
  • /devices/<int:id>/: Get, update, and delete specific devices by ID.
  • /device-assignments/: List and create device assignments.
  • /device-assignments/<int:id>/: Get, update, and delete specific device assignments by ID.
  • /device-condition-logs/: List and create device condition logs.
  • /device-condition-logs/<int:id>/: Get, update, and delete specific device condition logs by ID.

Steps to Run

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. On shell, run
cd corporate_assets && docker compose up --build
  1. Access the admin panel at http://localhost:8000/admin/. [Default ID:Pass is admin:pass]
  2. Access the api documentation at http://localhost:8000/api/schema/redoc
  3. Access the swagger documentation at http://localhost:8000/api/schema/swagger-ui.
  4. Please run this for restarting the container again (if you haven't pruned already):
docker system prune -a

asset-django's People

Contributors

shakil1819 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.