This is the backend API for the password manager iOS app.
GET /api/passwords - List all passwords for the authenticated userPOST /api/passwords - Create a new passwordDELETE /api/passwords/:id - Delete a passwordAll endpoints require an Authorization header with the format:Authorization: Bearer SHARED_SECRET:USER_ID
npm run db:setup to initialize the database