JarrodCTaylor / ion-cognito-exemplar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ion Cognito Exemplar

Source code that accompanies the blog post demonstrating how to setup authenticated routes in Datomic cloud.

Running locally

clojure -Mlocal-server

## Test public endpoint
curl http://localhost:9874/api/v1/public/ping

Deployment

NOTE Prior to deploying it is always a good idea to check that the app will run locally. The -main function in the core namespace will provide a basic sanity check.

clojure -m ion-cognito-exemplar.core

Add the correct system name in ion-config.edn and deploy to an ion.

About


Languages

Language:Clojure 41.3%Language:HCL 38.2%Language:Shell 20.5%