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
- Host: GitHub
- URL: https://github.com/tsundberg/todo-list-javalin
- Owner: tsundberg
- License: mit
- Created: 2024-08-02T08:59:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T10:29:05.000Z (7 months ago)
- Last Synced: 2025-01-05T13:42:17.375Z (5 months ago)
- Language: Java
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```