auth-api/ ├── config/ │ └── database.php ← DB credentials ├── api/ │ ├── signup.php ← POST /api/signup.php │ ├── login.php ← POST /api/login.php │ ├── forgot-password.php ← POST ...
MyDispatch simulates a real-world freight dispatching business platform — similar to how companies like Uber Freight or LoadBoard operate. It manages the full lifecycle of a freight load from creation ...