/social-media-app

Event driven microservices example.

Primary LanguageJavaScript

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"