Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mohamed-samir907/golang-microservices
- Owner: mohamed-samir907
- Created: 2023-09-14T23:27:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T00:44:54.000Z (over 1 year ago)
- Last Synced: 2023-09-29T03:33:50.245Z (over 1 year ago)
- Language: Go
- Size: 7.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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