Welcome to the Firda Uitleen API
This is a RESTful API for managing the lending system at Firda. The API allows students to view available equipment and enables teachers to manage categories, items, loans, and inspections.
How It Works
- Public Endpoints: View categories and available items without authentication
- Protected Endpoints: Teachers can log in to manage the entire system
- Automatic Notifications: Email reminders for upcoming and overdue returns
API Endpoints
Authentication: /api/login, /api/register
Categories: /api/categories
Items: /api/items, /api/categories/{id}/items
Loans: /api/lendings, /api/lendings/{id}/return
Status: /api/lendings/status