Skip to content
Snippets Groups Projects
Verified Commit 339811a5 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: update README

parent 1844ad76
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -4,7 +4,7 @@
Reference implementation of a RESTful Service API for basic FDO operations.
This service exposes the functionality of the
[FDO Manager Library](../fdo-manager-library).
[FDO Manager SDK](https://gitlab.com/fairdo/fdo-manager/sdk).
## Build JAR
......@@ -31,12 +31,16 @@ mvn spring-boot:run
### Request
By default you can access the service at `http://localhost:8080/`. Try
By default you can access the service at `http://localhost:8080/api/`. Try
```
curl http://localhost:8080/hello
curl http://localhost:8080/api/hello
```
### API Specs
You can view the API specs at `http://localhost:8080/api/swagger-ui/index.html`.
### Stop
Stop the running service with `CTRL-C`.
......
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