Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasegar/cl-computer-store
The Computer Store in Common Lisp
https://github.com/rajasegar/cl-computer-store
caveman2 common-lisp demo lisp
Last synced: about 1 month ago
JSON representation
The Computer Store in Common Lisp
- Host: GitHub
- URL: https://github.com/rajasegar/cl-computer-store
- Owner: rajasegar
- License: mit
- Created: 2021-07-17T06:41:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T02:07:42.000Z (over 3 years ago)
- Last Synced: 2024-10-06T21:22:48.168Z (5 months ago)
- Topics: caveman2, common-lisp, demo, lisp
- Language: Common Lisp
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# cl-computer-store
A sample Computer store demo web application in Common Lisp
## Usage
```lisp
(ql:quickload :cl-computer-store)
(cl-computer-store:start :port 3000)
```Go to `http://localhost:3000` in your browser and see the app in action.
## Installation
```
cd ~/quicklisp/local-projects
git clone https://github.com/rajasegar/cl-computer-store
```## Creating SQLite db file from the schema
You can generate a persistent database file like `computer-store.db` from the `db/schema.sql````
$ sqlite3
sqlite3> .read db/schema.sql
sqlite3> .save computer-store.db
sqlite3> .quit
```## Author
* Rajasegar Chandran
## Copyright
Copyright (c) 2021 Rajasegar Chandran