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
- Host: GitHub
- URL: https://github.com/erfidev/image-gallery
- Owner: ErfiDev
- Created: 2022-01-16T19:00:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T17:10:14.000Z (about 4 years ago)
- Last Synced: 2025-04-12T20:56:22.832Z (10 months ago)
- Topics: docker, docker-compose, envoy, envoyproxy, golang, grpc, http, http2, javascript, postgresql, protobuf, react, sql
- Language: JavaScript
- Homepage:
- Size: 334 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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