Installation
Environment Variables:
Use .env
files (e.g., .env.development
) or provide environment variables for:
SECRET_KEY
for JWT signingDATABASE_DSN
for PostgreSQLREDIS_URI
for RedisSMART_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