A digital platform for managing bus schedules, ticket sales, vehicle monitoring, and passenger services. Provides an intuitive interface for staff and customers and automates workflows.
- Clone GitHub repository:
git clone https://github.com/lamerous/AIST
cd AIST- Start docker service (install docker if you haven't already)
sudo systemctl start docker- Run Docker Compose script to launch services
sudo docker-compose up -dP.S. The API will be able on localhost:8001
To compile desktop client you need to run following commands:
qmake
makeAfter this, the executable file will be located at ./build/bin/AIST.
This project is licensed under the MIT license.
