An open API service indexing awesome lists of open source software.

https://github.com/tsundberg/todo-list-javalin

Exploring Javalin
https://github.com/tsundberg/todo-list-javalin

Last synced: 3 months ago
JSON representation

Exploring Javalin

Awesome Lists containing this project

README

        

# A todo list

In order to explore [Javalin](https://javalin.io/), one needs a small project to try things out.

This is such a project.

## Building

Build using Maven with

```
./mvnw clean install
```