Skip to content

Example luminus web app with PostgreSQL and Authentication

Notifications You must be signed in to change notification settings

ferrucc-io/luminus-auth-example

Repository files navigation

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

About

Example luminus web app with PostgreSQL and Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published