milo as a service

Java, Spring Boot, Spring Security, JWT, Docker

Milo is my cat. This is a small REST API that serves pictures of him.

It started as an excuse to get properly comfortable with Spring: Spring Boot for the service, Spring Security and JWT for auth, and Docker to ship it. The endpoints are protected, so you need a token to retrieve a cat photo, which is obviously a very serious security requirement.

There is not much more to it than that. It does one thing, and that thing is Milo pics.