Bus-Stops (Turin) is a web server written in Java that provides real time information about bus timetable for every line in Turin (Italy) Currently, the project does not include an user interface
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Java 7
- Maven
To install and run:
mvn clean install
java -jar .\bus-stops-0.0.1-SNAPSHOT.jar
Server will be listening on http://localhost:8081
Example: http://localhost:8081/541 Retrieves next bus for the stop id 541
-- COMING SOON --
Bus-Stops (Turin) runs on every environment as long as it ha java v 7 or greater installed
- Maven - Dependency Management
- Spring Boot - Used for configuration and embedded Tomcat server
We are currently in ALPHA version of the project
This project is licensed under the MIT License