Features: - React + TypeScript frontend with Tailwind CSS - Node.js + Express backend with TypeScript - Comprehensive order tracking and management - Product catalog with inventory tracking - Customer data management - Expense tracking and categorization - Advanced Profit Analysis Dashboard with: - Real-time profit metrics and KPI visualization - Detailed order-level profit breakdown - Product performance analysis - Enhanced time range filtering (monthly, quarterly, yearly) - Interactive expandable order analysis - Performance categorization and color coding - CSV import functionality for Etsy statements - PDF parsing capabilities - Redux state management with persistence - Responsive design with mobile support - Australian date formatting and currency display
13 lines
No EOL
362 B
Text
13 lines
No EOL
362 B
Text
# Environment Variables
|
|
NODE_ENV=development
|
|
PORT=3001
|
|
CLIENT_URL=http://localhost:3000
|
|
|
|
# Database
|
|
MONGODB_URI=mongodb://localhost:27017/etsy-tracker
|
|
|
|
# JWT Secret (change in production)
|
|
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production
|
|
|
|
# Session Secret (change in production)
|
|
SESSION_SECRET=your-super-secret-session-key-change-this-in-production |