https://github.com/hellokaton/clojure-todo-list
The todo-list application that used clojure + ring
https://github.com/hellokaton/clojure-todo-list
clojure ring todo-list
Last synced: 10 months ago
JSON representation
The todo-list application that used clojure + ring
- Host: GitHub
- URL: https://github.com/hellokaton/clojure-todo-list
- Owner: hellokaton
- License: mit
- Created: 2018-12-16T15:26:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T12:37:21.000Z (about 7 years ago)
- Last Synced: 2025-02-09T07:33:04.257Z (12 months ago)
- Topics: clojure, ring, todo-list
- Language: Clojure
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clojure-todo-list
The todo-list application that used clojure + ring
## Usage
```shell
$ lein deps
$ lein run 3000
```
## License
[MIT](LICENSE)