Skip to content

endotakuya/grpc-example

Repository files navigation

grpc-example

Container Start

$ dcoker-compose build 
$ dcoker-compose up

Setup Database

mysql> create table articles ( id int NOT NULL AUTO_INCREMENT, title varchar(255), content varchar(255), status int, PRIMARY KEY (id) );

Run Server

$ docker-compose exec golang bash
$ go run server.go

Run Client

$ docker-compose exec node bash
$ node /front/app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published