See the pdf file for the complete details. Here is a summary of the project details:
- Fetch book data from the Open Library API and save it to the PostgreSQL database.
- Use Spring Boot (Java) to expose RESTful API.
- Test the API in Postman and test the React front-end UI.
Need to open two command terminals, one for the frontend and one for the backend.
In the book-review-react-frontend directory, run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
In the book-review-springboot-backend directory, run
Copy sql file into the docker container. In another command terminal, run
Run docker container
Execute sql file
Login to database
Connect to database
Run postgresql statements