Sign inSign up

bendahl/todo-backend

By bendahl

Updated almost 7 years ago

Simple REST backend app based on Spring Boot

Image
0

825

bendahl/todo-backend repository overview

This is a simple REST service based on Spring Boot. It serves as the backend for the todo-frontend (bendahl/todo-frontend). In order to simplify testing the service, Swagger is also included. The service listens on port 8081. In order to start the container use:

docker run -d --name backend -p 8081:8081 bendahl/todo-backend

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

108.2 MB

Last updated

almost 7 years ago

docker pull bendahl/todo-backend