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 authority
- Install dependencies: - shards install
- Set up the database: - createdb authority_db
- Configure environment variables in - .env.local:- cp .env.example .env.local
- Run the application: - crystal run src/app.cr
Or using Docker:
docker-compose up --buildLast updated
Was this helpful?