Skip to content

esdee/credit-charge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

credit-charge

This is a Clojure version of the code challenge repo https://github.com/donnfelker/example-rails-challenge

This challenge was blogged about by Donn Felkner http://www.donnfelker.com/how-to-hire-programmers/

This version uses Compojure, Hiccup and Datomic

I wrote it to practice modelling traditional relational data using Datomic.

The schema and seed data for the Datomic db are in the /resources directory.

Prerequisites

You will need Leiningen 1.7.0 or above installed.

Running

Clone the project cd into teh cloned directory Open up a repl - lein repl In the repl - (require '[credit-charge.handler :refer (start)]) Then (start)

Open up a browser to http://localhost:8080/charges

License

Feel free to do with it as you will

About

Code challenge in Clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published