https://github.com/adamatti/wiki-clojure
Wiki implementation using clojure
https://github.com/adamatti/wiki-clojure
clojure java jvm
Last synced: 5 months ago
JSON representation
Wiki implementation using clojure
- Host: GitHub
- URL: https://github.com/adamatti/wiki-clojure
- Owner: adamatti
- Created: 2016-11-17T01:52:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T03:27:49.000Z (about 9 years ago)
- Last Synced: 2025-06-11T15:14:56.264Z (8 months ago)
- Topics: clojure, java, jvm
- Language: Clojure
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
#### Commands
* `lein ring server`: Start the app
#### Todo
* Create a crud
* Move properties to env vars
* Add a log framework
* Connect to MQ
* Write tests
#### Improve
* Interact with database
* Redis
* template engine
#### Frameworks / libs
* http://clojuremongodb.info/articles/getting_started.html[mongo] / http://reference.clojuremongodb.info/index.html[api]
* https://github.com/ptaoussanis/carmine[redis]
* https://github.com/yogthos/Selmer[selmer](template engine)
* https://github.com/chlorinejs/lein-bower[bower]
#### References
* https://github.com/adamatti/learn-clojure[Pet project: learn clojure]
* https://github.com/adamatti/awesome/blob/master/clojure.adoc[Awesome list]
* http://radar.oreilly.com/2014/03/choosing-a-templating-language-in-clojure.html[template engines]
* http://ring-clojure.github.io/ring[ring]
** https://github.com/ring-clojure/ring/wiki/Static-Resources[static]