GithubHelp home page GithubHelp logo

hossainchisty / corporate-asset-tracking-system Goto Github PK

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

Track corporate assets such as phones, tablets, laptops and other gears handed out to employees.

Python 100.00%

corporate-asset-tracking-system's Introduction

Corporate Asset Tracking System

Overview

This Django application is designed to track corporate assets such as phones, tablets, laptops, and other gears assigned to employees. The application allows companies to manage their assets efficiently, track their usage, and maintain a log of device assignments and returns.

Features

  • Company Management: Companies can register and manage their information within the system.
  • Employee Management: Employees can be added and associated with their respective companies.
  • Device Management: Devices can be added, assigned to employees, and tracked for usage.
  • Device Log: A log is maintained for each device, recording details of checkouts and check-ins, including the condition of the device.

Installation

  1. Clone the repository:
    git clone <repository_url>
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Run migrations:
    python manage.py migrate
    
  4. Create a superuser (for admin access):
    python manage.py createsuperuser
    
  5. Run the development server:
    python manage.py runserver
    

Usage

  • Access the Django admin interface at http://localhost:8000/admin to manage companies, employees, devices, and device logs.
  • Use the provided API endpoints to interact with the system programmatically. API documentation can be found at http://localhost:8000/swagger/ or http://localhost:8000/redoc/.

API Endpoints

  • Companies: /api/companies/
  • Employees: /api/employees/
  • Devices: /api/devices/
  • Device Logs: /api/devicelogs/

Testing

Unit tests are provided to ensure the correctness of the application. Run tests using:

python manage.py test

corporate-asset-tracking-system's People

Contributors

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