Skip to content

A fully functioning blog written as an example of a datomic/noir project.

Notifications You must be signed in to change notification settings

cldwalker/datomic-noir-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a fully functioning blog that serves as an example web app using datomic and noir. While the models and queries are simple, the goal is to show how easy interacting with datomic can be with datomic-simple. For a before/after comparison of what changed, view the diff.

Usage

# Until datomic-simple is a clojar or lein-git-deps works with this app
$ git clone https://github.com/cldwalker/datomic-noir-blog.git; cd datomic-noir-blog; lein install;

$ lein deps
$ lein run

To login, an initial user is created:

username :: admin password :: admin

Credits

License

Copyright (C) 2012 Gabriel Horner

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

About

A fully functioning blog written as an example of a datomic/noir project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 80.6%
  • CSS 16.5%
  • JavaScript 2.9%