Assignment submission by Bojja Srikar.
This project checks if users from the city "FanCode" have completed more than half of their todos.
- Clone the repository.
- Navigate to the project directory.
- Run the application using
mvn spring-boot:run
.
GET /api/check-fancode-users
- Returns the list of users from "FanCode" who have completed more than half of their todos.
- Run tests using
mvn test
.