The program was prepared for the subject Research Project.
The aim of the project was to implement monolith application for graph's operations using Java and Spring Boot technologies.
- Java 17
- Spring Boot 2.6.6
- Docker
Clone the repository
git clone https://github.com/ProjektBadawczy/ResearchProjectMonolithJava.git
Run application:
mvn clean package
docker compose up --build
Get basic information about graph based on ID: http://localhost:8081/Graph/GetGraph?id=0
Get maximum flow in graph based on ID beewten two vertices: http://localhost:8081/Graph/GetMaxGraphFlow?id=0&source=1&destination=2
Piotr Szymański - piotrszymanski133@gmail.com