Skip to content

arifian/myweb-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myweb

Various basic clojure web development implementations.

The app was developed in series of development phase. Each folder represent each phase of feature/subsystem addition or a change in abstraction of the web app. Thus the changes in each phase would be easily noticeable by beginners.

Credits: Had the initial system based on below repo, and then expanded, refractored, and added more functionality

https://github.com/BamWidyat/blog-web
https://github.com/BamWidyat/blog-datom
https://github.com/BamWidyat/test-datom

Usage

lein repl inside a folder

01 exp : Sandbox for testing new library and functions and such.
02 webtest : Basic example for creating a web service using hiccup, and bootstrap in clojure.
03 blogdatom : Web service with datomic.
04 blogdualdb: Switchable db, atom & datomic.
05 blogalfa : Adding system component lifecycle. (current phase)

License

Copyright © 2017 Arifian Rahardianda

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Releases

No releases published

Packages

No packages published