https://github.com/sashkachan/boards-io
Hèllo!
https://github.com/sashkachan/boards-io
clojure clojurescript
Last synced: 26 days ago
JSON representation
Hèllo!
- Host: GitHub
- URL: https://github.com/sashkachan/boards-io
- Owner: sashkachan
- Created: 2016-10-09T08:26:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T04:07:32.000Z (about 8 years ago)
- Last Synced: 2023-11-19T13:41:39.420Z (over 1 year ago)
- Topics: clojure, clojurescript
- Language: Clojure
- Homepage:
- Size: 153 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boards-io
A very stripped clone of a product that rhymes with "Hèllo"# Stack
This is an example project that explores how to create a single page app with authentication, database storage and om.next
# How to run
First, edit ```env/dev/resources/config.edn``` to add Google Authenticator API credentials.
```
{:client-id "GOOG-CLIENTID"
:client-secret "GOOG-CLIENT-SECRET"
:redirect-uri "http://localhost:9082/auth"
:uri "datomic:mem://boards"
:port 9082}
```Then, from projects directory:
```
lein run
```Navigate to ```http://localhost:9082/``` in your browser.
# Deployment
Under ./deployment you'll find various k8s deployment files.
This will automatically handle the certificates creation using http://letsencrypt.org# Images




