A sample Computer store demo web application in Common 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.
cd ~/quicklisp/local-projects
git clone https://github.com/rajasegar/cl-computer-store
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
- Rajasegar Chandran
Copyright (c) 2021 Rajasegar Chandran