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:
Install dependencies:
Set up the database:
Configure environment variables in
.env.local
:Run the application:
Or using Docker:
Last updated