Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
- Adds some additional infos to readme
  • Loading branch information
nilsign committed Apr 23, 2020
1 parent eefa463 commit 146da75
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ database table relationships and the resulting Hibernate uni- and bi-directional
representations.

### Major Tech-Stack
- Spring Boot
- OAuth2 with Keycloak
- Spring Boot and
- OAuth2
- Keycloak
- Hibernate
- Lombok
- Rest API
- Flyway
- REST Api
- RESTEasy
- WebFlux
- JSP
Expand All @@ -35,7 +36,15 @@ representations.

## FRONTEND

An appropriate [Angular frontend client](https://github.com/nilsign/angular-demo-fe) is available within my GitHub account.
On localhost:8080 some JSP pages with brief user information can be found which are severed by a
Spring Boot embedded Tomcat.

An appropriate [Angular frontend client](https://github.com/nilsign/angular-demo-fe) is available
within my GitHub account. To be able to access most of the implemented features, which are mainly
user and role management related, login as a user owning the super admin role.

Username: `nilsign`<br>
Password: `root`

## SETUP

Expand Down Expand Up @@ -367,6 +376,12 @@ environment.

- http://localhost:8080/swagger-ui.html

Note that only authenticated users can reach the Swagger API documentation. So, when there occurs a
redirect from the URL above to the Keycloak login page use the usual credentials.

Username: `nilsign`<br>
Password: `root`

## POTENTIAL ROAD MAP

+ RestAPI extensions depending on the concrete FE needs
Expand Down

0 comments on commit 146da75

Please # to comment.