Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 775 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 775 Bytes

crystal-bb

This is intended to be a customizable web forum similar to phpbb.

Amber Framework

Getting Started

This is easiest to start up with pg in a docker container exposed locally.

  1. shards install && shards build
  2. docker-compose up db
  3. amber db create migrate seed
  4. 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

Prerequisites

This project requires Crystal (installation guide).

Tests

To run the test suite:

crystal spec