This Application allows the user to find book's information (from authors's to a brief description, etc). The information comes from google books API.
App has been deployed to heroku: click here
React.js, Express, MongoDB, and Node.js
Used Create React Boilerplate and added to this structure Node.js, Express node package and Mongo (mongoose package) for the back end.
Start by installing front and backend dependencies. While in this directory, run the following command:
npm install
This should install node modules within the server and the client folder.
After both installations complete, run the following command in your terminal:
npm start
Your app should now be running on http://localhost:3000. The Express server should intercept any AJAX requests from the client.
Ginna Campbell