react-frontend: build: ./frontend/react-app ports: - "3000:3000" environment: - REACT_APP_API_URL=http://api-gateway:5000
Run everything with:
const express = require('express'); const { createProxyMiddleware } = require('http-proxy-middleware'); const app = express(); microservices with node js and react download