A billing management system built with React and MySQL.
- Install dependencies:
npm install- Create MySQL database and tables:
- Open phpMyAdmin or MySQL command line
- Import the SQL file from
supabase/migrations/20250122105345_muddy_lab.sql
- Configure environment variables:
- Copy
.env.exampleto.env - Update the MySQL connection details in
.env
- Start the development server:
npm run devThe application will be available at http://localhost:5173
- Product management
- Client management
- Bill generation
- Printable invoices