Last updated 6 months ago
Was this helpful?
Crystal language installed. Follow the official .
PostgreSQL or another supported database.
Docker (if using Docker setup).
Clone the repository:
git clone <repository-url> cd authority
Install dependencies:
shards install
Set up the database:
createdb authority_db
Configure environment variables in .env.local:
.env.local
cp .env.example .env.local
Run the application:
crystal run src/app.cr
Or using Docker:
docker-compose up --build