No description
Find a file
2025-06-05 10:08:52 +02:00
bruno/CodeSnippets switch from compojure to reitit 2025-06-05 10:08:52 +02:00
src/snippets switch from compojure to reitit 2025-06-05 10:08:52 +02:00
test init biff project 2025-06-04 10:47:56 +02:00
.dockerignore init biff project 2025-06-04 10:47:56 +02:00
.gitignore init biff project 2025-06-04 10:47:56 +02:00
cljfmt-indents.edn init biff project 2025-06-04 10:47:56 +02:00
deps.edn switch from compojure to reitit 2025-06-05 10:08:52 +02:00
Dockerfile init biff project 2025-06-04 10:47:56 +02:00
LICENSE.md add license 2025-06-05 09:48:56 +02:00
README.md update readme 2025-06-05 09:51:53 +02:00
server-setup.sh init biff project 2025-06-04 10:47:56 +02:00

Code Snippets

App to store my code snippets.

Dev

Starting by following this guide

https://clojure-doc.org/articles/tutorials/basic_web_development/

How to run dev server

$ clojure -M -m snippets.api