Sign inSign up

bendahl/todo-frontend

By bendahl

Updated almost 7 years ago

Simple webapp (frontend only) using Spring Boot and Vaadin

Image
0

674

bendahl/todo-frontend repository overview

This is a simple web frontend app based on Spring Boot and Vaadin. It serves as the frontend of a demo todo app and uses the image bendahl/todo-backend. The service listens on port 8080. In order to start the container use:

docker run -d --name frontend -p 8080:8080 --link backend todo-frontend

Note that you will need to start the backend first. Also, the container linking is officially deprecated and is only used for demo purposes here. A very elegant and easy way to use the demo todo app is through the use of Docker Compose. Further details are outlined in the Github repository that this image is based on.

The source code along with more detailed information and instructions can be found on Github: https://github.com/bendahl/docker-todo

Tag summary

Content type

Image

Digest

Size

95.4 MB

Last updated

almost 7 years ago

docker pull bendahl/todo-frontend