mikejwhat / chapter-10

Code examples for chapter 10 of Bootstrapping Microservices (2nd edition)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code examples for chapter 10 of Bootstrapping Microservices (2nd edition)


Languages

Language:JavaScript 75.6%Language:Handlebars 12.1%Language:Shell 11.1%Language:CSS 1.0%Language:Dockerfile 0.2%