Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 922 Bytes

File metadata and controls

36 lines (27 loc) · 922 Bytes

Transport Management System (TMS)

Overview

The Transport Management System (TMS) is a comprehensive solution designed to manage all aspects of transportation operations. It streamlines the process of planning, executing, and optimizing the physical movement of goods. This system is ideal for logistics companies, carriers, and any business that requires effective transportation management.

Installation

Prerequisites

  • Python 3.8 or higher
  • PySide6
  • MySQL Server

Steps

  1. Clone the repository

    git clone https://github.com/pyapril15/tms.git
    cd tms
  2. Create and activate a virtual environment

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies

    pip install -r requirements.txt
  4. Run the application

    python main.py