Shipr is a personal project aimed at helping folks understand distributed microservice architecture. It’s a simple, lightweight system designed to manage products, process orders, and handle payments.
The frontend repository for the Shipr project.
-
Products (
/
): Endpoint to add products. -
Orders (
/orders
): Endpoint to place orders.
- Node.js
- npm
- Install packages
npm install
- Make sure you have a .env file with following variables.
REACT_APP_INVENTORY_SERVICE_URL=xxx REACT_APP_PAYMENTS_SERVICE_URL=xxx
- Run frontend locally
npm start