Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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