Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 258 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 258 Bytes

social-media-app

Event driven microservices example.

How to run backend?

  1. Install Docker Compose
  2. Clone this repository
  3. Run all containers with docker compose up

How to run frontend?

  1. Go inside client folder
  2. Run app with "npm start"