A full-stack MERN app allowing to search the new Google Books API in either title or author fields and save any book of interest to a database. The saved books may be reviewed and the list adjusted by removing any saved record from the database.
This app is a Node/Express/MongoDB/React app deployed to Heroku. It makes a call to Google Books API and allows users to search that API based on the “title” and “author” fields.
In the development phase, the front-end React auto-reloads as it’s updated via webpack dev server, and the backend Express app auto-reloads independently with nodemon (“concurrently” dev dependency). Once deployed to Heroku, the app is connected to the GitHub repository and automatically rebuilds the app upon every new push to GitHub.