Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sveri/ffdc

Template for chestnut with freactive, friendui and datomic
https://github.com/sveri/ffdc

Last synced: about 2 months ago
JSON representation

Template for chestnut with freactive, friendui and datomic

Awesome Lists containing this project

README

        

# FFDC

This is a template (not a leiningen) combining several projects to get started with.
Included are:
* friend with friendui
* datomic pro (should be easily replacable by datomic free edition)
* chestnut template with all the nice reloading stuff
* freactive instead of om
* secretary for cljs routing
* Bootstrap
* JQuery

## Datomic setup
Start a REPL (in a terminal: `lein repl`, or from Emacs: open a
clj/cljs file in the project, then do `M-x cider-jack-in`. Make sure
CIDER is up to date).

Open db.clj and copy the complete comment block into your repl and execute it. This should setup the datomic database.
Then restart the REPL.

## Running it

In the repl just enter:
(start-all)

## Logging in
Two users are provided:
* [email protected] - admin role
* [email protected] - free role
Both with password: 'admin'

## Adapting it
The whole project is namespaced with de.sveri.structconverter. Find a replace should do its job to put it in your namespace
accordingly.

## FAQ
* I get this error: #