Skip to content

Installation

Environment Variables:

Use .env files (e.g., .env.development) or provide environment variables for:

  • SECRET_KEY for JWT signing
  • DATABASE_DSN for PostgreSQL
  • REDIS_URI for Redis
  • SMART_ID_API_URL, MOBILE_ID_API_URL and corresponding relying on party credentials

Database Migrations:

Run the following command to apply database migrations:

GO_ENV=development make db:drop db:create db:migrate

Run the Services:

docker-compose build
docker-compose up

Check health status:

curl -X GET http://localhost:8080/health