Skip to content

Commit ccb50ed

Browse files
committed
Updated readme, included new project announcement
1 parent 24e0711 commit ccb50ed

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ bower_components/
1414

1515
# IDEs and editors
1616
**/.idea
17+
**/*.iml
1718
**/.vscode
1819
.settings/
1920

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1+
### Angular and SpringBoot both have way too much of magic, if you are one who like to be in controll of their code, then check out my project on pure Java 11 (With Modules), Jersey and Vue.JS for UI
2+
It is still a WIP...
3+
#### [WebApp with Java 11, Jersey and VueJS](https://github.com/mrin9/Modular-Java-Jersey-Vue)
4+
15
[![Backers on Open Collective](https://opencollective.com/angular-springboot-rest-jwt/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/angular-springboot-rest-jwt/sponsors/badge.svg)](#sponsors)
26
[![Build Status](https://travis-ci.org/mrin9/Angular-SpringBoot-REST-JWT.svg?branch=master)](https://travis-ci.org/mrin9/Angular-SpringBoot-REST-JWT)
37

48

5-
### Demo
6-
I am hosting the app on free tire of google cloud and heroku. These instances shuts down automatically after some time of inactivity, and starts up when someone access it. This messesup the H2 memory db.
7-
8-
the Heroku instance can automatically restart the app includining the H2 database, so if login is not working in google cloud instance try Heroku instance, the startup takes a long time so be patient.
9-
10-
#### Google Cloud Hosted
9+
### Demo (Google Cloud Hosted)
1110
- [WebApp](http://104.196.240.40:9119)
1211
- [Api Doc (swagger)](http://104.196.240.40:9119/swagger/index.html)
1312
- [Api Doc (redoc)](http://104.196.240.40:9119/redoc/index.html)
@@ -215,11 +214,6 @@ curl -X GET --header 'Accept: application/json' --header 'Authorization: [replac
215214
#### Database Schema
216215
![ER Diagram](/screenshots/db_schema.png?raw=true)
217216

218-
## Contributors
219-
220-
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
221-
<a href="graphs/contributors"><img src="https://opencollective.com/angular-springboot-rest-jwt/contributors.svg?width=890" /></a>
222-
223217

224218
## Backers
225219

0 commit comments

Comments
 (0)