Initial commit

This initial version is purposely extremily limited:
* `GET /ahoy` endpoint, just to check the server is alive
* `GET /items` endpoint, always returns the same item
* `POST items` endpoint, checks and print request payload, no
  persistance
* calling any other route defaults to a 404
This commit is contained in:
2026-01-30 17:25:35 +01:00
commit c278633c66
5 changed files with 122 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
/target
/classes
/checkouts
profiles.clj
pom.xml
pom.xml.asc
*.jar
*.class
/.clj-kondo
/.lein-*
/.lsp
/.nrepl-port
/.prepl-port