repository
0.0.0-20230710010217-e5a474cc7f5d
Repository: https://github.com/jecsand/identity-service.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
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