Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 367 Bytes

File metadata and controls

10 lines (7 loc) · 367 Bytes

http4k-todo-backend for the Servirtium project

Http4k implementation of http://www.todobackend.com

Launch this API without cloning:

docker build [email protected]:servirtium/todobackend-for-compatibility-kit.git#master -t todobackend-api-for-servirtium-development
docker run -d -p 54321:8000 todobackend-api-for-servirtium-development