Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 648 Bytes

File metadata and controls

31 lines (23 loc) · 648 Bytes

Ali Electronics Billing Software

A billing management system built with React and MySQL.

Setup Instructions

  1. Install dependencies:
npm install
  1. Create MySQL database and tables:
  • Open phpMyAdmin or MySQL command line
  • Import the SQL file from supabase/migrations/20250122105345_muddy_lab.sql
  1. Configure environment variables:
  • Copy .env.example to .env
  • Update the MySQL connection details in .env
  1. Start the development server:
npm run dev

The application will be available at http://localhost:5173

Features

  • Product management
  • Client management
  • Bill generation
  • Printable invoices