About
- This Common Lisp webapp was generated using the gg/webapp-v1 template repository.
- The goal of that template was to provide all the basics needed by a web application using a familiar stack.
- It sets up routing, templating, sessions, and a database.
- It also provides basic user registration and authentication.
The Stack
For the client-side, the following were used, but they can easily be swapped out for something else.
Future Directions
The following are a few things that might be nice to have.
- Password Reset
- WebSockets
- Payment Processing
The Goal
The goal is to have all the basic needs of a web application already finished before you start so that you can focus on building your application.