An open API service indexing awesome lists of open source software.

https://github.com/emmasimon/guestbook

Simple guestbook web app. It was my first time using perl.
https://github.com/emmasimon/guestbook

Last synced: 2 months ago
JSON representation

Simple guestbook web app. It was my first time using perl.

Awesome Lists containing this project

README

          

The guestbook app is written in perl, using the Mojolicious web framework.
It uses DBI to connect to a PostgreSQL database.
It's running at http://jellyfish.software/guestbook from the Hypnotoad web server provided with Mojolicious, on a Raspberry Pi with Debian Wheezy.
Apache is acting as a proxy from port 80 to 8080, where Hypnotoad is listening.