Status
Database connected
pgsql · norbitracka @ 127.0.0.1:5432
Laravel 13.26.1 · PHP 8.5.4
Next step
This URL is the API host, not the mobile app. Run the Flutter client against it:
cd E:\NorbiTracka\mobile flutter run
Live endpoints
| Health | GET /up |
| API index | GET /api |
| Register | POST /api/auth/register |
| Sign in | POST /api/auth/login |
| Devices | GET /api/devices (bearer token) |
| Location | POST /api/devices/{id}/locations |
| Commands | POST /api/devices/{id}/commands |