This repository goes with the crash course at http://readtheorg.xylon.me.uk/cc_clojure_luminus.html
 
 
 
 
 
Go to file
Joseph Graham e698feb884
Add middleware to check if user is logged in, else redirect to login page
2022-12-10 15:05:34 +00:00
.vscode new luminus project 2022-12-10 12:52:59 +00:00
env new luminus project 2022-12-10 12:52:59 +00:00
resources Added the login page. Authenticate the user and redirect back to the content 2022-12-10 15:02:25 +00:00
src/clj/polls Add middleware to check if user is logged in, else redirect to login page 2022-12-10 15:05:34 +00:00
test/clj/polls new luminus project 2022-12-10 12:52:59 +00:00
.gitignore new luminus project 2022-12-10 12:52:59 +00:00
Capstanfile new luminus project 2022-12-10 12:52:59 +00:00
Dockerfile new luminus project 2022-12-10 12:52:59 +00:00
Procfile new luminus project 2022-12-10 12:52:59 +00:00
README.md new luminus project 2022-12-10 12:52:59 +00:00
project.clj Add queries and functions to create and authenticate users 2022-12-10 14:54:35 +00:00

README.md

polls

generated using Luminus version "4.47"

FIXME

Prerequisites

You will need Leiningen 2.0 or above installed.

Running

To start a web server for the application, run:

lein run 

License

Copyright © 2022 FIXME