Features
- Basic REST API endpoints for bikes only
- Minimal data fields
- Simple GET endpoints only
- No authentication required
API Endpoints
- /api/bikes/ - List all bikes (basic info only)
- /api/bikes/{id}/ - Get single bike details
Notes
This was the initial proof-of-concept version that was never publicly released. It provided only basic bike information through REST endpoints with no additional features or security measures.