Skip to content

A customizable forum powered by crystal and amber

Notifications You must be signed in to change notification settings

Dania02525/crystal-bb

Repository files navigation

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

About

A customizable forum powered by crystal and amber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published