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.
- Host: GitHub
- URL: https://github.com/emmasimon/guestbook
- Owner: EmmaSimon
- Created: 2015-06-19T20:03:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T07:39:31.000Z (about 11 years ago)
- Last Synced: 2025-03-21T01:43:47.245Z (over 1 year ago)
- Language: Perl
- Size: 133 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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.