A web app to keep track of when your food expires. Grew out of a CLI program I made for myself.
It was also an experiment with writing a webapp purely in Common Lisp. It comes with the full source code [0] as well as source code from some CL libraries that I spun off on the way.
libs:
cl-config: library for managing configuration settings loosely based on the BSD model. [1]
cl-init: library for integrating your common lisp program into an OS's init system. Manages starting and stopping the services as well as setting up a swank/slime interface. [2]
pg-sessions: a library that sits on top of hunchentoot and the postgres library postmodern to store and manage sessions in a postgres database. [3]
[0] https://bitbucket.org/thomashintz/wasteless/src
[1] https://bitbucket.org/thomashintz/cl-config/src
[2] https://bitbucket.org/thomashintz/cl-init/src
[3] https://bitbucket.org/thomashintz/pg-sessions/src