Tests & Extensions
Add tests and simple extensions to strengthen the REST API.
Intro
Goal: Add tests to validate endpoints and explore small extensions such as search or filtering.
Why test
Why test? Tests protect you when refactoring and ensure REST endpoints work as intended.
All lessons in this course
- Design
- Implementation
- Tests & Extensions
- Final Recap & Review