An open API service indexing awesome lists of open source software.

https://github.com/antoine-coulon/subway-graph-engine

Project which aims to generate a Graph structure from the parisian subway and provide routes for specific start and end points.
https://github.com/antoine-coulon/subway-graph-engine

Last synced: 3 months ago
JSON representation

Project which aims to generate a Graph structure from the parisian subway and provide routes for specific start and end points.

Awesome Lists containing this project

README

        

# subway-graph-engine
Project which aims to generate a Graph structure from the parisian subway and provide routes for specific start and end points.

# Maven project
Maven was used to package this Java project.

# Source folder
Two applications are contained inside the src folder :
- A Java console app, allowing to show results of the algorithms in the IDE console.
- A Java web server, communicating through HTTP using JSON.

# Backend version of the project.
A Frontend was developed besides to use the calculations of this repository. Feel free to navigate to https://github.com/antoine-coulon/subway-graph-frontend and connect each other.