Skip to content

Commit 1a879e7

Browse files
committed
Updated readme
1 parent 9748573 commit 1a879e7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22

33

44
### Demo
5-
- [WebApp](http://104.196.240.40:9119)
5+
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.
6+
7+
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.
8+
9+
#### Google Cloud Hosted
10+
- [WebApp (hosted in Google Cloud)](http://104.196.240.40:9119)
611
- [Api Doc (swagger)](http://104.196.240.40:9119/swagger/index.html)
712
- [Api Doc (redoc)](http://104.196.240.40:9119/redoc/index.html)
813

14+
#### Heroku Hosted
15+
- [WebApp (hosted in Heroku)](https://infomud.herokuapp.com/)
16+
- [Api Doc (swagger)]https://infomud.herokuapp.com/swagger/index.html
917

1018
## Angular 5+ Frontent with SpringBoot (Java) Backend
1119
Application to demonstrate various parts of a service oriented RESTfull application.

0 commit comments

Comments
 (0)