Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyeshammadi/gomicrostagram
A very simple instagram clone using Go, gRPC, π³ Docker, βΈοΈ Kubernetes and following the microservices design architecture.
https://github.com/ilyeshammadi/gomicrostagram
docker docker-compose go golang grpc kubernetes
Last synced: 5 days ago
JSON representation
A very simple instagram clone using Go, gRPC, π³ Docker, βΈοΈ Kubernetes and following the microservices design architecture.
- Host: GitHub
- URL: https://github.com/ilyeshammadi/gomicrostagram
- Owner: ilyeshammadi
- License: mit
- Created: 2018-01-25T18:56:10.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-01-28T00:12:26.000Z (almost 7 years ago)
- Last Synced: 2023-07-11T04:46:06.479Z (over 1 year ago)
- Topics: docker, docker-compose, go, golang, grpc, kubernetes
- Language: JavaScript
- Homepage:
- Size: 4.9 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoMicroStagram
A very simple instagram clone using Go, gRPC, Docker, Kubernetes and following the microservices design architecture.## Hot To
### Run Locally
```shell
# Run the microservices
$ docker-compose up --build
# Run the frontend service
$ cd frontend
$ npm start
```