1.General informations
2.Technologies
3.Functionality
4.Setup guide
5.Author
Application which main functions is to help find the shortest path between two localizations.
* Java 8
* Spring Boot
* JUnit 5
* Mockito 2
* REST
* MongoDB
1. Add, remove, edit and show towns
2. Add, remove, edit and show trains
3. Find the shortest route build upon Dijkstra's Algorithm
As mention before, app use MongoDB database, which is default configured.
1. Install MongoDB
2. Run database -> Go to mongoDB dir and : mongod
3. Connect your MongoDB with " localhost:27017 "
**Damian Naglak**