This is intended to be a customizable web forum similar to phpbb.
This is easiest to start up with pg in a docker container exposed locally.
shards install && shards build
docker-compose up db
amber db create migrate seed
amber watch
You should now have a user admin@example.com
with a password of password
. The server is exposed at localhost:4000
, and the pg container exposes localhost:5432
This project requires Crystal (installation guide).
To run the test suite:
crystal spec