Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasegar/cl-warehouse
A sample Warehouse management app in Common Lisp
https://github.com/rajasegar/cl-warehouse
caveman2 common-lisp demo lisp
Last synced: 21 days ago
JSON representation
A sample Warehouse management app in Common Lisp
- Host: GitHub
- URL: https://github.com/rajasegar/cl-warehouse
- Owner: rajasegar
- License: mit
- Created: 2021-07-19T13:02:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T06:30:05.000Z (over 3 years ago)
- Last Synced: 2024-10-30T09:56:27.833Z (2 months ago)
- Topics: caveman2, common-lisp, demo, lisp
- Language: Common Lisp
- Homepage:
- Size: 1.03 MB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# cl-warehouse
A small Warehouse management application in Common Lisp using [Caveman](https://github.com/fukamachi/caveman) and [Mito](https://github.com/fukamachi/mito).![cl-warehouse-demo.gif](cl-warehouse-demo.gif)
## Usage
```lisp
(ql:quickload :cl-warehouse)
(cl-warehouse:start :port 3000)
```
Go to the url `http://localhost:3000` in your browser and see the app in action.## Installation
```
cd ~/quicklisp/local-projects
git clone https://github.com/rajasegar/cl-warehouse
```## Author
* Rajasegar Chandran
## Copyright
Copyright (c) 2021 Rajasegar Chandran