This repository was born out of my frustration looking for a practical example of Luminus Web App with a PostgreSQL database and a functioning authentication system.
This implementation is just a Proof of Concept and is actively being developed.
You will need Leiningen 2.0 or above installed.
You will need a PostgreSQL database installed on your machine.
Clone this repository
git clone https://github.com/ferrucc-io/luminus-auth-example
Change the port of the database to the port and name of your database:
cd luminus-auth-example
nano src/clj/clj_auth/core.clj
To start the web server of the application, run:
lein run
Copyright © 2018 FIXME