Skip to content

Commit

Permalink
readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
corbsmartin committed May 21, 2019
1 parent 98c274a commit 87f5a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A sample frontend app wrapped in Spring Boot
* [Spring Boot](https://spring.io/projects/spring-boot) for app bits
* [Vue.js](https://vuejs.org/) for frontend, inspired by [TodoMVC Vue App](http://todomvc.com/examples/vue/), difference is this one is vendored as a Spring Boot app and calls a backing endpoint (``/todos``)

This application assumes the ``/todos`` endpoint is exposed from the same "origin". Because of this its best to use this application behind the Todos-Edge which will serve as a gateway and single origin to the client for both loading ``todos-webui`` and for proxying API calls to ``/todos``.
This application assumes the ``/todos`` endpoint is exposed from the same "origin". Because of this its best to use this application behind the [todos-edge](https://github.com/corbtastik/todos-edge) which will serve as a gateway and single origin to the client for both loading ``todos-webui`` and for proxying API calls to ``/todos``.

Spring Boot property handling makes it easy to implement custom properties, for example ``todos.webui.placeholder`` can be set to whatever you'd like and it will show up on the UI.

Expand All @@ -18,7 +18,7 @@ Spring Boot property handling makes it easy to implement custom properties, for
1. login to PCF (or [PWS](https://run.pivotal.io/))
1. cf push (awwwweee yeah)

To have data sent to the backend run this app with [todos-edge]() and access UI via the edge's published endpoint (See [todos-edge README](https://github.com/corbtastik/todos-edge)).
To have data sent to the backend run this app with [todos-edge](https://github.com/corbtastik/todos-edge) and access UI via the edge's published endpoint (See [todos-edge README](https://github.com/corbtastik/todos-edge)).

Running this app without an edge is fine, however the data will just be saved to local browser storage and bark because you're not plugged up to the api. In this case the app is essentially "vendoring" a frontend application ([vue.js](https://vuejs.org/),html,css) and serving it over the JVM instead of a plain-ole http-server (such as [apache-httpd](https://httpd.apache.org/) or [nginx](https://www.nginx.com/)).

Expand Down

0 comments on commit 87f5a0d

Please sign in to comment.