Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

samuel-hunter/hacksthenet-forums

Repository files navigation

Hacksthenet Forums

Forum engine built in Common Lisp + Hunchentoot for the Hacks the Internet event from UWB ACM.


home preview

thread preview

Hacksthenet Forums is an 8-hour project that started at 1:30pm. The website features account registration and authentication (though no password encryption!), creating threads, and replying to threads.

Usage

This project assumes SBCL as the Common Lisp interpreter, and requires Quicklisp to work properly. To run:

$ cd hacksthenet-forums
$ sbcl
* (load "hacksthenet.lisp")
* (hacksthenet:start-demo)

This runs the forum with a pre-made list of topics:

  • general - Just general thigns
  • tech - Discuss techincal topics here
  • webdev - Topics on Web Development

And three accounts: admin, system, and moderator. No accounts feature any ability to moderate or administrate on the website.

About

Quick lisp webdev jam on the UW ACM hacktheweb event.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published