Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhmdahmedfathi/mini_distance_estimator
need to know which city is the nearest to you
https://github.com/mhmdahmedfathi/mini_distance_estimator
java springboot
Last synced: 1 day ago
JSON representation
need to know which city is the nearest to you
- Host: GitHub
- URL: https://github.com/mhmdahmedfathi/mini_distance_estimator
- Owner: mhmdahmedfathi
- Created: 2022-03-12T18:33:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T18:53:42.000Z (over 2 years ago)
- Last Synced: 2023-03-09T04:35:53.283Z (almost 2 years ago)
- Topics: java, springboot
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
This is a simple Spring boot application which determine the nearest city to you using dijkstra algorithm.
The file structure is as follows:
the main folders is in src/main/```
- java/algorithm is the main folder that contain algorithms.
- java/Task is the folder that contain the mini distance end points.
-- Task/exception is the folder that contain the exception errors.
-- Task/model is the main file that contain the model of the city.
-- Task/service is the folder that contain the service of the application.
```
## 💻 Built Using- [Java]()
- [Spring boot]()## how to start
If you want to start the app, you have to type Run in src/main/java/Task/DemoApplication.java.