Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohamed-samir907/golang-microservices

learn how to build microservices with golang
https://github.com/mohamed-samir907/golang-microservices

Last synced: about 1 month ago
JSON representation

learn how to build microservices with golang

Awesome Lists containing this project

README

        

# Golang Microservices
an example of microservices built with golang.

## Requirements
- Golang >= 1.20
- Docker
- Make

## Installation
Clone the repository
```
git clone https://github.com/mohamed-samir907/golang-microservices.git
```
navigate to the project directory
```
cd project
```
build the docker images and run containers
```
make up_build
```
run the frontend app
```
make start
```
now open the app on the port 8000