Skip to content
Snippets Groups Projects
Commit cb1d3675 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

update README

parent d408fd2f
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,15 @@ This is the MIP implementation.
Run `mvn clean`, `mvn package` and `java -jar target/*.jar` to compile and run a demo.
To use it, you need to configure some URLs and register an openid client on the HBP platform.
## API Documentation using Swagger (Springfox)
The API documentation is available at `<BASE URL>/swagger-ui.html`. A JSON version is available at `<BASE URL>/v2/api-docs`
## TODO
* Implement a script to populate the DB for testing purpose;
* Clean swagger annotations;
* Implementation missing API features (updates, deletes, special parameters);
* Implement logout;
* Adapt frontend (add introduction page, hide header/footer when not logged in).
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment