About Our Bookstore
Welcome to our online bookstore, a demo application built to showcase the capabilities offetch-router - a powerful, type-safe routing library for web applications.
What This Demo Shows
- Resource Routes: Full RESTful CRUD operations
- Nested Routes: Deep route hierarchies with type safety
- Custom Parameters: Flexible parameter naming (slug, orderId, etc.)
- HTTP Methods: GET, POST, PUT, DELETE properly used
- Middleware: Authentication and authorization
- Type Safety: End-to-end type checking for routes and handlers
Try It Out
Explore the site to see all these features in action. You can browse books, create an account, add items to your cart, and even access the admin panel (login as admin@bookstore.com / admin123).