Skip to content

REST API for searching the shortest path between localization, using Dijkstra Algorithm

Notifications You must be signed in to change notification settings

naslakboss/podlasietrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Podlasie train


Table of content


1.General informations
2.Technologies
3.Functionality
4.Setup guide
5.Author


1.General informations

Application which main functions is to help find the shortest path between two localizations.

2.Technologies

* Java 8
* Spring Boot
* JUnit 5
* Mockito 2
* REST
* MongoDB

3.Functionality

1. Add, remove, edit and show towns
2. Add, remove, edit and show trains
3. Find the shortest route build upon Dijkstra's Algorithm

4.Setup guide

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 "

5.Author

**Damian Naglak**

About

REST API for searching the shortest path between localization, using Dijkstra Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages