An open API service indexing awesome lists of open source software.

https://github.com/olegchuev/microservices

Microservices learning repo
https://github.com/olegchuev/microservices

golang microservices

Last synced: 4 months ago
JSON representation

Microservices learning repo

Awesome Lists containing this project

README

        

# 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:

```bash
git clone [email protected]:OlegChuev/microservices.git
```

2. Build and run each service:

```bash
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.