CLI-based REST API simulator.
- Simulated GET/POST requests
- JSON response handling
- Dynamic routing
- Error handling
- Automated testing
simulator/ handlers/ tests/
This repo demonstrates:
- modular Python architecture
- API fundamentals
- testing discipline
- structured engineering workflow