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
- Host: GitHub
- URL: https://github.com/olegchuev/microservices
- Owner: OlegChuev
- Created: 2024-01-31T15:43:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T17:04:33.000Z (over 1 year ago)
- Last Synced: 2025-01-02T14:21:42.007Z (5 months ago)
- Topics: golang, microservices
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.