Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

EvgeneOskin/hello-lapis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello lapis

This is a project with a web application for a single purpose: try out lapis.

Features

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

Deployment

I use docker to run it:

$ make build
# build a docker image
$ make up
# Start a container with the application