Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mrin9 committed Nov 20, 2018
2 parents c265bb9 + 74e246a commit 1de95d8
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Backend Lang | Java 11 (with modules)
Restfull Framwork | Jersey
Container | Tomcat 9 (Embeded Mode)
Server Build Tools | maven 3.5.4 (Creates a Executable Jar with embeded tomcat)
Security | Token Based (Spring Security and [JWT](https://github.com/auth0/java-jwt) )
Security | Token Based ([JWT](https://github.com/auth0/java-jwt) )
REST Spec | [Open API Standard](https://www.openapis.org/)
In Memory DB | H2
Persistence | JPA (Using Hibernate)
Expand Down Expand Up @@ -93,16 +93,6 @@ URL for the web app | http:https://localhost:8080 or http:https://localhost:8080/ui/index.h
URL for API Docs | http:https://localhost:8080/api-docs/index.html
BaseURL for REST APIs| http:https://localhost:8080/api

## Backers
Help me to host this app on AWS or Google-Cloud, for everyone to checkout the app.
[[Become a backer](https://opencollective.com/angular-springboot-rest-jwt#backer)]

<a href="https://opencollective.com/angular-springboot-rest-jwt#backers" target="_blank"><img src="https://opencollective.com/angular-springboot-rest-jwt/backers.svg?width=890"></a>


## Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/angular-springboot-rest-jwt#sponsor)]


### Screenshots
#### Login
Expand All @@ -119,3 +109,15 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
<kbd>
<img src="/screenshots/api_reference.png?raw=true">
</kbd>

## Backers
Help me to host this app on AWS or Google-Cloud, for everyone to checkout the app.
[[Become a backer](https://opencollective.com/angular-springboot-rest-jwt#backer)]

<a href="https://opencollective.com/angular-springboot-rest-jwt#backers" target="_blank"><img src="https://opencollective.com/angular-springboot-rest-jwt/backers.svg?width=890"></a>


## Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/angular-springboot-rest-jwt#sponsor)]


0 comments on commit 1de95d8

Please sign in to comment.