Questions Management – Core Question Service – Build the API for adding a new question using Spring WebFlux and Spring Data MongoDB Reactive

Check out the full series of Questions Management tutorial here. Before we go into building the first API for the Core Question Service, we need to prepare the following: First, we need to create a new QuestionRepository interface extends from the ReactiveMongoRepository interface to manipulate… Read More

Questions Management – Core Category Service – Build API deleting category using Spring WebFlux and Spring Data MongoDB Reactive

Check out the full series of Questions Management tutorial here. In the previous tutorial, we prepared all the information we needed to create the category deletion API: a Category document object containing information about a category, a CategoryRepository to manipulate MongoDB, a CategoryController defines the… Read More