add route handler for creating snippets
This commit is contained in:
parent
b204fbb16d
commit
524b7520d8
5 changed files with 36 additions and 11 deletions
11
README.md
11
README.md
|
|
@ -2,12 +2,15 @@
|
|||
|
||||
App to store my code snippets.
|
||||
|
||||
## Links
|
||||
|
||||
- [reitit docs](https://cljdoc.org/d/metosin/reitit/0.9.1/doc/introduction)
|
||||
- [basic web development clojure tutorial](https://clojure-doc.org/articles/tutorials/basic_web_development/)
|
||||
- [reitit malli coercion](https://cljdoc.org/d/metosin/reitit/0.9.1/doc/coercion/malli)
|
||||
- [malli docs](https://github.com/metosin/malli)
|
||||
|
||||
## Dev
|
||||
|
||||
Starting by following this guide
|
||||
|
||||
https://clojure-doc.org/articles/tutorials/basic_web_development/
|
||||
|
||||
### How to run dev server
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue