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

https://github.com/erfidev/image-gallery

gallery app with http/2 api and envoy proxy
https://github.com/erfidev/image-gallery

docker docker-compose envoy envoyproxy golang grpc http http2 javascript postgresql protobuf react sql

Last synced: 7 months ago
JSON representation

gallery app with http/2 api and envoy proxy

Awesome Lists containing this project

README

          

# about this practice

simple application for creating, uploading, editing and deleting
posts.

## stacks
- go programming language
- gRPC framework
- HTTP/2
- google protobuf
- reactjs and react-router
- envoyproxy
- docker
- sql database
- gorm library

## how to run?
run the
```
docker-compose up --build
```

and then if everything is successful run
the server by command
```
go run server/server.go
```

don't forget adding .env necessary variables