https://github.com/nilsding/guestbook
Web 1.0, here I come!
https://github.com/nilsding/guestbook
crystal guestbook
Last synced: 7 months ago
JSON representation
Web 1.0, here I come!
- Host: GitHub
- URL: https://github.com/nilsding/guestbook
- Owner: nilsding
- License: mit
- Created: 2020-05-22T23:08:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T20:39:51.000Z (over 5 years ago)
- Last Synced: 2025-02-06T13:51:33.794Z (8 months ago)
- Topics: crystal, guestbook
- Language: HTML
- Size: 232 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributors
- [Georg Gadinger](https://github.com/nilsding) - creator and maintainer