Skip to content

jorge-romero/go-microservices-test

Repository files navigation

Testing go microservices

How to make it worK

You need to install dep to make use of the dependencies

# Execute dep ensure to get the dependencies
$ dep ensure

To build and execute the services

docker-compose up

To start the development server

$ cd frontend
$ yarn serve

You'll be able to access the server from url localhost:3000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published