A sample frontend app wrapped in Spring Boot
- Spring Boot for app bits
- MongoDB for persistence
- Vue.js for frontend, inspired by TodoMVC Vue App, difference is this one is vendored as a Spring Boot app and calls a backing endpoint (
/todos
)
- Consider forking this project then clone to dev machine
- cd into project
- mvnw clean package
- modify
manifest.yml
for your cloudfoundry tastes (custom route perhaps?) - login to PCF (or PWS)
- cf push (awwwweee yeah)
You can clone, build, run then access localhost:8080
or change the port.
java -jar ./target/todos-mongoui-1.0.0.SNAP.jar \
--server.port=whatever
MongoUI running