Skip to content

mindbat/blogjr

Repository files navigation

blogjr

A simple, lightweight blogging application, written in Clojure.

Usage

Download the source code, then:

  1. From the top-level directory, type: lein deps
  2. Create a postgresql database called "blogjr", and a role "blogjr" that has full permissions on that database.

From the top level directory, start a REPL with: "lein repl", then:

  1. (use 'blogjr.db)
  2. (create-posts)
  3. (create-users)
  4. (create-comments)

Finally, exit the REPL and type:

  1. lein ring server

To start up the blog!

License

Distributed under the Eclipse Public License, the same as Clojure.

About

A simple blogging application written in clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published