Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasegar/cl-trello-clone
A Trello clone demo app in Common Lisp
https://github.com/rajasegar/cl-trello-clone
common-lisp htmx lisp trello trello-clone
Last synced: 2 days ago
JSON representation
A Trello clone demo app in Common Lisp
- Host: GitHub
- URL: https://github.com/rajasegar/cl-trello-clone
- Owner: rajasegar
- License: mit
- Created: 2021-07-09T00:44:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T23:21:06.000Z (over 3 years ago)
- Last Synced: 2024-10-29T20:57:17.267Z (about 1 month ago)
- Topics: common-lisp, htmx, lisp, trello, trello-clone
- Language: Common Lisp
- Homepage:
- Size: 390 KB
- Stars: 36
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome-htmx - cl-trello-clone - A small Trello clone built in Common Lisp (Examples by Back-end / Common Lisp)
README
# cl-trello-clone
A small Trello clone built in Common Lisp
![cl-trello-demo.gif](cl-trello-demo.gif)
## Usage
```lisp
(ql:quickload :cl-trello-clone)
(cl-trello-clone:start :port 3000)
```Go to `http://localhost:3000` in your browser to see the demo in action.
## Installation
```
cd ~/quicklisp/local-projects
git clone https://github.com/rajasegar/cl-trello-clone
```## Author
* Rajasegar Chandran
## Copyright
Copyright (c) 2021 Rajasegar Chandran