Book notes project This application uses openlibrary.org API to serve different books based on clients search. You can add books, review and rate them. These books and reviews are then stored in a postgresql database. reviews can be deleted along with the books and reviews and ratings can also be updated. To start App:
Put in your actual postgresql database details in the index.js file. Use 'npm i' to install dependencies and 'node index.js' to start application. Use the address "http://localhost:3000/" on your browser to use app.