Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions autopart
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Auto Parts Inventory Management App

## Features

- Inventory: Add/update/delete parts; barcode; expiry alerts
- Billing & Invoicing: GST, PDF, WhatsApp, quotations
- Profit & Loss, Day Book
- GST Management & Reports
- Customers/Vendors & Loyalty
- Expenses Tracking, Attachments
- Analytics, Export, Charts
- Security: Login, Multi-User, Backup
- Payments: UPI, Bank, Reminders
- Multi-Branch, Notifications

## Setup

1. `cd backend && npm install`
2. Start MongoDB
3. `node server.js`
4. `cd frontend && npm install`
5. `npm start`