Common server project makes CRUD operations available by calling functions from dao-lib project on one end, and on the other it recieves requests mainly made by common-client project. It also checks if actions are allowed for logged in user.
This project is ment to be used only with common-middle (where are defined URLs and available functionalities), common-client where are implemented three entities User, Role and Language, server-lib (which passes clients requests to routing function) and dao-lib (which executes CRUD operations over mongo database).
You can use this project as dependencie in clojure projects by listing it in project.clj
[org.clojars.vladimirmarkovic86/common-server "0.3.0"]
This project is licensed under the Eclipse Public License 1.0 - see the LICENSE file for details
Can you improve this documentation? These fine people already did:
VladimirMarkovic86 & Markovic VladimirEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close