Questions Management – API Question Service – Build API delete question using Spring WebFlux

Check out the full series of Questions Management tutorial here. In the previous tutorial, we prepared all the necessary configurations to build API deletion question: an object containing all the information of a question CompositeQuestion including Question, Category and Option; a CompositeQuestionService interface with CompositeQuestionServiceImpl implementation… Read More

Questions Management – Core Option Service – Build API delete options by question id 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 necessary configurations to build API delete options by question id such as a Option document object containing the information of an option, an OptionRepository to manipulate MongoDB, an… Read More