Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 763 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 763 Bytes

Chapter-10

Code example for Chapter 10 of Bootstrapping Microservices.

The chapter 10 code repository contains the complete working example application: FlixTube. This is what we have been building thoughout the book Bootstrapping Microservices and chapter 10 provides an overview of FlixTube so far, with instructions on how to start, test and deploy it.

You need Docker and Docker-Compose installed to run this.

Boot FlixTube from your terminal like this:

docker-compose up --build

Give it some time to start, wait for the gateway service to come online. Then point your browser at http://localhost:4000/

Click here to support my work