uoa-repository-manager-service/README.md

28 lines
1.1 KiB
Markdown
Raw Normal View History

# uoa-repository-manager-service (Provide backend)
2022-12-14 15:33:12 +01:00
[...]
## Install and run:
- Run **git clone** and then **cd uoa-repository-manager-service**.
- Provide all not-set or redacted configurations, inside the **src/main/resources/application.yml** file.
- Build the app with: `mvn clean install`
- Run the app with: `java -jar ./target/uoa-repository-manager-service.jar`
### Notes for Swagger-UI:
- Access it through this url: http://localhost:8480/uoa-repository-manager-service/swagger-ui/index.html
- In order to request data from most endpoints, you have to be a "REGISTERED_USER", otherwise you will get a 403 error code.
- In order to be a registered user, you have to run the [UI-service](https://code-repo.d4science.org/MaDgIK/uoa-repository-manager-ui) , in the same machine, at the same time and login through a browser, using the following url: http://localhost:8480/uoa-repository-manager-service/openid_connect_login
2023-11-14 15:21:08 +01:00
## Introduction
2023-11-14 15:25:37 +01:00
## Architecture
2023-11-14 15:21:08 +01:00
## Bulding
## Deployment
## Installation
## Configuration
## Security
## Maintenance
## Recovery
## References