thangchung / go-coffeeshop

☕ A practical event-driven microservices demo built with Golang. Nomad, Consul Connect, Vault, and Terraform for deployment
MIT License
4.01k stars 402 forks source link

How to run demo in local PC? #18

Closed TomJarray closed 1 year ago

TomJarray commented 1 year ago

I would like to run this project on local mac book, but don't know how to run it? which softwares I need to install? Do you have any detailed installation guide?

viper-00 commented 1 year ago

I think you can install Docker on your mac, then use following command:

> docker-compose -f docker-compose-full.yaml build
> docker-compose -f docker-compose-full.yaml up
TomJarray commented 1 year ago

It can work well after installing Docker, thank you very much!

niceguyblue commented 1 year ago

Getting go-coffeeshop-postgres-1: FATAL: role "root" does not exist