Skip to content

Sergej-Tihonov/microservices-in-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microservices-in-go

run frontend

navigate to the front-end folder

run go run ./cmd/web in terminal

open http:https://localhost:80 in the browser

run broker

navigate to the broker-service folder

run go run ./cmd/api in terminal

build & run docker compose

navigate to the project folder

to run docker instance in the background:

docker compose up -d

to enter the terminal of the docker instance:

docker compose exec broker-service ash

to stop docker instance:

docker compose stop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published