Skip to content

Abdullahxz/shipr-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shipr 🚢

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.

Shipr frontend

The frontend repository for the Shipr project.

  • Products (/): Endpoint to add products.

  • Orders (/orders): Endpoint to place orders.

Architecture

Shipr Architecture

Getting Started

Prerequisites

  • Node.js
  • npm

Running project

  1. Install packages
    npm install
  2. Make sure you have a .env file with following variables.
    REACT_APP_INVENTORY_SERVICE_URL=xxx
    REACT_APP_PAYMENTS_SERVICE_URL=xxx
    
  3. Run frontend locally
    npm start

About

Frontend repository for the Shipr project.

Topics

Resources

Stars

Watchers

Forks