Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tailor Management System

A site with FastAPI backend and React frontend for managing tailor shop: customers, orders, measurements.

Features

  • CRUD for Customers, Orders, Measurements
  • Order status updates
  • React Query for data fetching/caching
  • shadcn/ui components

Setup & Run

Backend

cd backend
pip install -r requirement.txt
# Set DATABASE_URL in .env (SQLAlchemy)
uvicorn app.main:app --reload --port 8000

API ready at http://localhost:8000

Frontend

cd frontend
npm install
npm run dev

App at c (proxies /api to backend)

Next

  • Add auth (JWT)
  • Migrate Supabase data if needed
  • Detail pages, delete funcs
  • Backend populate customer name in orders

About

Tailor Management System is a full-stack web application designed to help tailoring shops manage their customers, body measurements, garment orders, and delivery schedules efficiently. The system allows tailors to store customer information, record measurements, create garment orders and manage delivery dates in one centralized platform.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages