Skip to content

😎 Server to integrate with microservices in golang and gRPC

License

Notifications You must be signed in to change notification settings

isaquemicroservices/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices Servers

(4) Microservices built with Golang, gRPC and PostgreSQL.

Create folder for config.json file

$ sudo mkdir /etc/server-ms-backend
$ sudo touch /etc/server-ms-backend/config.json
$ sudo cp ./config.json /etc/server-ms-backend/config.json
$ sudo chmod 777 /etc/server-ms-backend/config.json

if you changed the config.json file, use the command at the bottom to update the config.json file on your computer

$ sudo cp ./config.json /etc/server-ms-backend/config.json

Command to run server

$ go run main.go

Command to run the test

$ go test ./... --cover

Releases

No releases published

Packages

No packages published

Languages