Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (26 loc) · 1.44 KB

README.md

File metadata and controls

46 lines (26 loc) · 1.44 KB

Horras: Haikou Online Ride-hailing and Records Analysis System

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.

Installation

Horras is a web application built with Vue.js.

Development

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.

Production

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

Documentation for Horras can be found in the docs directory.

Misc

Posters and slides for Horras can be found in the media directory.

References

Horras preprocesses its data from the SARROH.

License

This repository is licensed under the MIT License.