Skip to content

Commit facc377

Browse files
Create autopart
1 parent 1c931a6 commit facc377

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

autopart

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Auto Parts Inventory Management App
2+
3+
## Features
4+
5+
- Inventory: Add/update/delete parts; barcode; expiry alerts
6+
- Billing & Invoicing: GST, PDF, WhatsApp, quotations
7+
- Profit & Loss, Day Book
8+
- GST Management & Reports
9+
- Customers/Vendors & Loyalty
10+
- Expenses Tracking, Attachments
11+
- Analytics, Export, Charts
12+
- Security: Login, Multi-User, Backup
13+
- Payments: UPI, Bank, Reminders
14+
- Multi-Branch, Notifications
15+
16+
## Setup
17+
18+
1. `cd backend && npm install`
19+
2. Start MongoDB
20+
3. `node server.js`
21+
4. `cd frontend && npm install`
22+
5. `npm start`

0 commit comments

Comments
 (0)