This project tests user endpoints. More specifically, three endpoints are being tested:
- Endpoint to return a specific user (and all associated information)
- Endpoint to return a list of users created between a date range
- Endpoint to perform full-text search on users, with support for searching by profession and other user fields
Once running the spring boot play button on top, you should be able to navigate to localhost:8080/swagger-ui.html to hit the endpoints.