vindarel / lisp-journey

Discovering the Common Lisp ecosystem. https://lisp-journey.gitlab.io/
2 stars 0 forks source link

blog/a-free-software-for-bookshops-to-show-their-catalogue-online/ #16

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

A free software for bookshops to show their catalogue online - Lisp journey

I wrote a free software for bookshops to publish their catalogue online. Clients can now browse the available books and order them. It is enough generic so we can show other products too. https://abstock.gitlab.io/#/en/ sources and bug tracker: https://gitlab.com/vindarel/abstock Github mirror: https://github.com/vindarel/ABStock the demo Here’s how a search result looks like:Features The website is made generic enough for different clients, and is made totally hackable with pre- and post- configuration files that load your Lisp logic.

https://lisp-journey.gitlab.io/blog/a-free-software-for-bookshops-to-show-their-catalogue-online/

faywong commented 4 years ago

Good job. It's not easy to be a lisp developer.