Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
portal-backend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HBP Medical Informatics Platform
portal-backend
Commits
cb1d3675
Commit
cb1d3675
authored
9 years ago
by
Mirco Nasuti
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
d408fd2f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-0
12 additions, 0 deletions
README.md
with
12 additions
and
0 deletions
README.md
+
12
−
0
View file @
cb1d3675
...
...
@@ -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).
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment