Skip to content

mwolf76/bookmarks

Repository files navigation

bookmarks

Bookmarks is a simple Clojure/Luminus web application designed to make bookmarks management a little easier.

Prerequisites

You will need Leiningen 2.0 or above installed.

Running

This application uses H2 database engine. To function properly, the environment variable DATABASE_URL must be set to valid JDBC connection string.

export DATABASE_URL=jdbc:h2:`pwd`/db/bookmarks

Before running for the first time, the database must be initialized.

lein migratus

To start a web server for the application, run:

lein run 

License

Copyright © 2017-2018 Marco Pensallorto

About

Bookmarks management webapp written in Clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published