Use the .env.example to create your own .env file.
Use docker compose up to run everything
docker compose up
Or run and test individual services.
docker compose up api
The names of the services can be found in docker-compose.yaml
Run the health checker to make sure that the services that you want are online and available.
./scripts/health-check.ps1
- Primary Database: PostgreSQL
- Search Engine: Elasticsearch
- Asynq
- Language: Go
- Framework: Gin
- Framework: Next.js
- UI Components: Tailwind CSS, Shadcn UI
- Docker Compose
- GitHub Actions
- Docker Compose
- GolangCI-Lint
- ESLint + Prettier