NorbiTracka API

Phase 1 MVP — identity, device tracking, remote lock / ring / wipe.

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

HealthGET /up
API indexGET /api
RegisterPOST /api/auth/register
Sign inPOST /api/auth/login
DevicesGET /api/devices (bearer token)
LocationPOST /api/devices/{id}/locations
CommandsPOST /api/devices/{id}/commands