This is a static website. The password is stored in app.js (not secure). Change it before real use.
How publishing works (important)
Updates you make here are saved to your browser (working copy). To publish for customers on Netlify:
click Export JSON and upload/replace the file at /data/shipments.json, then redeploy.
Shipments
Tracking
Status
Location
ETA
Tip: Use Create new to generate a tracking number, then fill details and save.
Create / update shipment
Security note
This admin page is for a static prototype. Anyone who knows the admin password (and can access this page) could change the working copy in their browser.
For a production tracking system (multi-user), add a real backend with authentication.