alfik1 / vehicle_management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vehicle Management System

A comprehensive and user-friendly application to manage and organize your vehicle information with role-based access management.

Table of Contents

Introduction

Vehicle Management System is an application designed to keep track of all your vehicle information in one place, with the added capability of role-based access management. This application is perfect for store their information in an organized manner. With this application, you can easily add, edit, and view all the information related to your vehicles, including the vehicle number, type, model, and description.

Features

  • Add and manage vehicle information
  • View and update vehicle details
  • Role-based access management system

Used Technologies

  • Html
  • Bootstrap
  • CSS
  • Django

Installation

This application is built with Python and Django and can be installed on your local machine by following the steps below:

  1. Clone the repository by running the following command:
    $ git clone https://github.com/alfik1/vehicle_management.git
    
  2. Install the required dependencies by running the following command:
    $ pip install -r requirements.txt
    
  3. Run the following commands to migrate the database and create a superuser:
     python manage.py migrate
    
    
  4. Start the development server by running the following command:
     python manage.py runserver
    
  5. Open a web browser and navigate to http://127.0.0.1:8000/ to access the application.

Usage

After installing the application, you can start using it by logging in to the system using the superuser credentials created during Registration. From the dashboard, you can add, edit, and view all the information related to your vehicles based on your role's permissions.

Access Management

The Vehicle Management System has a role-based access management system with threetypes of roles: Super admin, Admin, and User. Each role has different permissions as described below:

  • Super admin: Super admin has full access to all the functionalities, including the ability to perform CRUD operations.
  • Admin: Admin has the ability to edit and view vehicle information but cannot delete it.
  • User: User can only view vehicle information and cannot make any changes to it.

Images

Images Views of Super Admin

  • Registration
  • Login
  • To add vehicle details
  • To Update Vehicle details
  • Dashboard -Edit and Delete options

Admin Home View

User dashbaord with only viewing option

About


Languages

Language:Python 65.7%Language:HTML 34.3%