This is a web application built with React and Spring Boot. Application has features where user can
- See the available books
- Leave a review for book
- Search all available books
- Checkout books
You need to have node and java installed to run it locally.
Navigate to 03-frontend -> react-library
npm install
npm start
This will start the development server at http://localhost:3000.
SpringBootLibraryApplication.java
This will start the server at http://localhost:8080.
Once both servers are running, you can access the web application at http://localhost:3000/api/home. The React front-end communicates with the Spring Boot back-end to retrieve and display data.