This is a project with a web application for a single purpose: try out lapis.
The feature list of lapis is quite complete, you should take a look at the homepage example.
This project provide a welcome page and dummy login page. The login page add the email to the session, welcome page render the email from the session.
This project use the next features:
- csrf protection
- http methods
- routing
- html templates
- session
- redirect
I use docker to run it:
$ make build
# build a docker image
$ make up
# Start a container with the application