Skip to content
Snippets Groups Projects
Commit 7639410b authored by Diana Gulčíková's avatar Diana Gulčíková
Browse files

updated readme

parent 9ea0c63c
No related branches found
No related tags found
1 merge request!60Docker
Pipeline #
......@@ -52,6 +52,7 @@ Extended functionality for car module: For a given car and its component, both g
a list of sparse components can be fetched from carComponent module. A sparse component is any component
with the same name as the given component of the car that is not used by the car.
WARNING: when putting components or drivers, services component and driver need to run.
### component
......@@ -73,7 +74,15 @@ Runs on port 8083.
`mvn -pl race spring-boot:run`
Management of races.
Management of races. Extended functionality for this module
is endpoint findMostSuitableDriverForLocation. This endpoint finds drivers with max
points from all races at given location.
WARNING: when posting race with driver or car assigned,
you have to run also car and driver services in order to check that these objects exist.
You can create race without driverOne and driverTwo.
Corresponding services need to run when also assigning drivers or cars in other endpoints.
Runs on port 8081.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment