Hugs and wrong abbreviations
Go to file
2019-01-18 10:20:41 +01:00
env Initial commit 2019-01-11 23:10:58 +01:00
resources add cuddle requests with colored tables and accept/decline system 2019-01-15 05:07:35 +01:00
src add cuddle requests with colored tables and accept/decline system 2019-01-15 05:07:35 +01:00
test Initial commit 2019-01-11 23:10:58 +01:00
.gitignore Initial commit 2019-01-11 23:10:58 +01:00
.rebel_readline_history Initial commit 2019-01-11 23:10:58 +01:00
Capstanfile Initial commit 2019-01-11 23:10:58 +01:00
cat.iml finally fix oauth login 2019-01-14 02:39:40 +01:00
dev-config.edn_example Initial commit 2019-01-11 23:10:58 +01:00
Dockerfile Initial commit 2019-01-11 23:10:58 +01:00
LICENSE Add LICENSE 2019-01-18 10:20:41 +01:00
Procfile Initial commit 2019-01-11 23:10:58 +01:00
project.clj finally fix oauth login 2019-01-14 02:39:40 +01:00
README.md add cuddle requests with colored tables and accept/decline system 2019-01-15 05:07:35 +01:00

cat

generated using Luminus version "3.10.29" init with options: postgres, cljs, auth, oauth, site, kibit

Prerequisites

You will need Leiningen 2.0 or above installed.

Running

Copy dev-config.edn_example to dev-config.edn and fill in the needed fields

test-config.edn is used for test execution.

To start a web server for the application, run:

lein run

To start the ui live rendering, run:

lein figwheel

Development

Database

  • ENUM TYPE

    Because of the lack of typing in clojure and the forced typing of the jdbc driver we need to manually manage conversion of enum types to clojure keywords.

    When adding an enum to the database, make sure to add it to the '+schema-enums+' set [src/clj/cat/db/core.clj]

License

Copyright © 2019 FIXME