A simple project with spring-boot and angular

Job ID: 32905477

Budget: ₹1,500 – ₹12,500 INR

Backend: Create two microservice, one is userservice and the other is bookservice.. Userservice contain signup using username and password(use mysql database to store it) and login using username and password(with jwt authentication) and google oauth ,including the test case and slf4j for logging. Keep your code clean by following controller-service-repositiory pattern
bookservice: using rest template get the external api data(booklist and search book) and save the data in mongo db if add to fav request comes from frontend.

Frontend using Angular: Create a simple home page using angular material, html,css that contain loginin/signup form and signup using google oauth button. After the user signup or login the page redirected to display the content of book service in a simple card with option to add to favorite and a book search bar.