Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 337 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 337 Bytes

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.