Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.01 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.01 KB

Todo-Backend in Java 8 and the Spark web framework

This is an implementation of the Todo-Backend API spec built using the Spark micro framework. It persists todos in a Postgres database using a JDBI data layer.

It is running live at https://todobackend-spark.herokuapp.com/todos. You can point a todo-backend client at that live instance to play with it. You can also run the Todo-Backend specs against that live instance to confirm that it complies with the Todo-Backend API spec.

Developing

This repo comes with a ./go script. To get started simply clone the repo and run ./go to see how to launch the app, run tests, etc.