Skip to content

Microservices learning repo

Notifications You must be signed in to change notification settings

OlegChuev/microservices

Repository files navigation

Microservices Application

Overview

This repository contains a microservices application built using the Go programming language. The application is designed to showcase the principles of microservices architecture and serve as a practical learning experience for developers.

Table of Contents

  • Features
  • Getting Started
    • Prerequisites
    • Installation
  • Usage
  • Architecture

Features

Broker Service

Auth Service

Getting Started

Prerequisites

Docker

Installation

  1. Clone the repository:
git clone git@github.com:OlegChuev/microservices.git
  1. Build and run each service:
cd microservices && make up_build

Usage

TBD

Architecture

TBD

License

This project is licensed under the MIT License. See the LICENSE.md file for details.