/cafe

Ecommerce platform powered by Clojure

Primary LanguageJavaScript

cafe

E-commerce platform running a noir-based web server with tools for:

  • Publishing products
  • Managing orders
  • Designing templates
  • Learning from customers
  • Offering coupons
  • Capturing mobile payments (iOS app)

Usage

Using leiningen 2.x:

DATABASE_URL=postgresql://DBUSER:PASSWORD@HOST/DBNAME lein ring server

Using foreman:

foreman start -e development.env

Where development.env contains the declaration for the DATABASE_URL

License

Copyright © 2012 Datilmedia S.A., Juan Antonio Plaza @jplazaarguello, Eduardo Raad @eraad.

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