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: 16 days ago
JSON representation

A sample Warehouse management app in Common Lisp

Lists

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