github.com/nilsding/guestbook
master / published Jun 19, 2020 / repository
Web 1.0, here I come!
guestbook
It's a guestbook alright. Web 1.0, here I come!

Features
- Not much yet...
- it has some BBCode support though!
Installation
Install Crystal and PostgreSQL, then:
- install the dependencies:
shards install - build the application:
shards build - create a new Postgres database named
guestbook
Usage
Once shards build succeeded, you can run the web server via ./bin/guestbook.
Want to run this outside of your local dev machine? Set the environment
variable KEMAL_ENV=production.
Want to expose this service on a different directory other than /? Just set
the SITE_ROOT environment variable to something, e.g:
SITE_ROOT=/myguestbook.
Contributing
- Fork it (https://github.com/nilsding/guestbook/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Georg Gadinger - creator and maintainer