module
0.0.0-20230710010217-e5a474cc7f5d
Repository: https://github.com/jecsand/identity-service.git
Documentation: pkg.go.dev
# 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
# Packages
No description provided by the author
No description provided by the author
Package docs GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag.
No description provided by the author
No description provided by the author
No description provided by the author