Categorygithub.com/JECSand/identity-service
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

  1. Run docker-compose.local.yaml.
$ make local
  1. Use migration files to setup MongoDB and Postgres databases.
  2. Manually start the services via the makefile:
$ make run_query_service
$ make run_command_service
$ make run_gateway_service

Development

  1. Run docker-compose.yaml.
$ make docker_dev