identity-service
An open sourced identity service written in Go and leveraging clean architecture + CQRS principles.
Getting Started
Local
- Run docker-compose.local.yaml.
$ make local
- Use migration files to setup MongoDB and Postgres databases.
- Manually start the services via the makefile:
$ make run_query_service
$ make run_command_service
$ make run_gateway_service
Development
- Run docker-compose.yaml.
$ make docker_dev