Parses environment variables into Clojure maps that are used to boot system components.
Parses environment variables into Clojure maps that are used to boot system components.
Instructions for how to boot the Andrewslai app
Instructions for how to boot the Andrewslai app
Instructions for how to boot the entire system
Instructions for how to boot the entire system
(initialize-connection-pool! ds)
this code initializes the pool and performs a validation check: It prevents us from having the first db request need to initialize the pool
this code initializes the pool and performs a validation check: It prevents us from having the first db request need to initialize the pool
(make-http-handler {:keys [andrewslai caheriaguilar wedding] :as components})
(prepare-andrewslai {:keys [database-connection andrewslai-authentication
andrewslai-authorization
andrewslai-static-content-adapter]
:as system})
(prepare-caheriaguilar {:keys [database-connection caheriaguilar-authentication
caheriaguilar-authorization
caheriaguilar-static-content-adapter]
:as system})
(prepare-wedding {:keys [database-connection wedding-authentication
wedding-authorization wedding-static-content-adapter]
:as system})
Instructions for how to boot the Andrewslai app
Instructions for how to boot the Andrewslai app
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close