karalef / social

social network in GRPC, Go, mysql, and vuejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation:

See blog/BLOG.md for dev process

Social Network

Build Protos

protoc -I protos/ protos/social.proto --go_out=plugins=grpc:protos
protoc --proto_path=protos --js_out=import_style=commonjs,binary:../http/frontend/src/static/js --grpc-web_out=import_style=commonjs,mode=grpcwebtext:../http/frontend/src/static/js protos/social.proto 
protoc --doc_out=protos  protos/social.proto 

Run with docker compose: docker-compose up --build

About

social network in GRPC, Go, mysql, and vuejs


Languages

Language:JavaScript 81.6%Language:Go 7.5%Language:HTML 7.2%Language:Vue 3.0%Language:TypeScript 0.4%Language:Dockerfile 0.3%Language:Shell 0.0%