(1, 1, '2024-03-01 10:00:00', '2024-03-03 10:00:00', '2024-03-03 09:00:00', 'returned', 7.98), (2, 2, '2024-03-02 14:30:00', '2024-03-04 14:30:00', NULL, 'active', 9. ...
ecommerce-backend/ ├── server.js ← Entry point ├── package.json ├── .env.example ← Copy to .env and fill values ├── .gitignore │ ├── config/ │ ├── database.js ← MySQL pool │ └── redis.js ← Redis ...