Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 880 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 880 Bytes

Luminus Authentication Example

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.

Prerequisites

You will need Leiningen 2.0 or above installed.

You will need a PostgreSQL database installed on your machine.

Getting Started

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

Running

To start the web server of the application, run:

lein run 

License

Copyright © 2018 FIXME