Installation
Prerequisites
Crystal language installed. Follow the official Crystal installation guide.
PostgreSQL or another supported database.
Docker (if using Docker setup).
Steps
Clone the repository:
git clone <repository-url> cd authorityInstall dependencies:
shards installSet up the database:
createdb authority_dbConfigure environment variables in
.env.local:cp .env.example .env.localRun the application:
crystal run src/app.cr
Or using Docker:
docker-compose up --buildLast updated
Was this helpful?