Create an HTTP-based server API based on persistent storage (perhaps a database). You should also create a client consuming the API, demonstrating that the solution satisfies the below requirements.
The application should allow a user to: Register Authenticate Access a list of timestamps showing the user's last 5 successful login attempts. The user should only be able to see it’s own list
A Dropwizard application than uses Mustache View templates, both basic and token-based auth and a cloud PostgreSQL database.
Run to build the application
mvn clean install
Start application with
java -jar target/dropwizard-auth-demo.jar server server-config.yml
To check that your application is running enter url http://localhost:8080