Horras is a system for analyzing the data of online ride-hailing services in Haikou, China. It is designed to be used in classroom settings, mainly for teaching data analysis and visualization. The backend of Horras can be seen in Horras-Backend.
Horras is a web application built with Vue.js.
To install Horras in a development environment, you need to have Node.js installed. Then, clone this repository and run the following commands in the root directory of the project:
npm install
npm run dev
The application will be running at http://localhost:3000.
Horras is recommended to be deployed with Docker. To build the Docker image, run the following command in the root directory of the project:
docker-compose up -d
The application will be running at http://localhost:6699.
Documentation for Horras can be found in the docs directory.
Posters and slides for Horras can be found in the media directory.
Horras preprocesses its data from the SARROH.
This repository is licensed under the MIT License.