A Clojure clone of idonethis.com
This is mostly an ongoing experiment to learn web development with clojure, but it's also fully functional and ready to be installed in your own server
- You will need Leiningen 1.7.0 or above installed.
-
You need to have access to a MySQL instance. In the /docs/database folder you find the scripts to create the database
-
The src/ folder contains a configuration file called applicaton.conf where you need to specify the address, username and password to connect to your MySql instance
To start a web server for the application, run:
lein ring server
Copyright © 2013 Filippo Diotalevi
This software is licensed under the terms of Apache Software License v.2.0. See LICENSE file