Skip to content

pyapril15/tms

Repository files navigation

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

About

Transport Management Sysrem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages