Skip to content

AcheampongStephen/ms-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices Platform

Production-ready e-commerce platform with React frontend, Node.js BFF, and Python microservices.

Status: 🚧 Under Development

Quick Start

# Install dependencies
make install

# Start local environment
make up

# Access the app
# Frontend: http://localhost:5173
# BFF API: http://localhost:3001

Services

  • Frontend: React + Vite + Tailwind CSS
  • BFF: Node.js + Express
  • Users: Python FastAPI
  • Orders: Python FastAPI
  • Payments: Python FastAPI
  • Inventory: Python FastAPI

Documentation

See /docs for detailed documentation.

About

Production-ready microservices platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published