Microservices Demo

Uses the following technologies:

  • Docker (and Docker Compose)
  • React
  • Node.js
  • MySQL
  • Sequelize

Setup

# in main directory
docker-compose up

# in a separate terminal, inside classifieds-app
yarn
yarn watch

Deploy

Check out my video series for a step-by-step tutorial on how to deploy this.