This project is a REST mock API and e-commerce sandbox that provides simulated backend data for testing and prototyping. It serves as a JSON data provider, offering predefined endpoints to manage product catalogs, customer profiles, and shopping carts.
The system uses JSON-based mock persistence and in-memory state simulation to deliver consistent data without a database. It includes a JWT authentication mock that simulates user login flows by issuing tokens to verify identity and access to protected resources.
The API covers capabilities for catalog management, shopping cart operations, and user identity verification. It supports RESTful resource mapping and route-based data filtering to simulate standard database queries for specific products or users.