REACT_APP_BASE_URL_USERS=http://localhost:8000 # Base URL of the user microservice
REACT_APP_BASE_URL_PRODUCTS=http://localhost:8001 # Base URL of the product microservice (Private API)
REACT_APP_BASE_URL_ORDERS=http://localhost:8003 # Base URL of the order microservice
To run the app locally, enter the following command:
npm start
Go to http://localhost:3001