Skip to content

This is a Full Stack MERN application designed to perform searches for Books using Google Book's API. Web Tools: React, Node.js, Express, MongoDB, Javascript (ES6), JSX, HTML and CSS.

Notifications You must be signed in to change notification settings

jaab30/google-book-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Books

Online Example & Deployment:

This application was deployed to Heroku:

Description

This is a Full Stack MERN application designed to perform searches for Books using Google Book's API. In addition, the application will let the user save their favorite books to the user's "Saved Book" page where the user will be able to view the books or delete them from the "Saved Books" page.

Web Tools:

Full MERN stack: React, Node.js, Express, MongoDB, Javascript (ES6), JSX, HTML and CSS.

Table of Contents

Installation

To install necessary dependencies, run the following command:

npm install

Usage

    To start using this project: 

    1.  Install node modules for Fron-End and Back-End with: npm install
    2.  Use a Mongo service like "Mongo Atlas" to create your database and credentials.
    3.  Create a .env file at the root location of the project to handle the database credentials and write the following:
    
        # Database Info
        MONGO_URI = "Your Mongo Credentials"

    4.  Run the following command to start the application: npm start
    5.  Enjoy..!

Questions

avatar

If you have any questions about the repo, open an issue or contact jaab30 directly at jaab30@yahoo.com.

GitHub license

images

Opening Page

app example

Searching for Books

app example

Wish List Display

app example

About

This is a Full Stack MERN application designed to perform searches for Books using Google Book's API. Web Tools: React, Node.js, Express, MongoDB, Javascript (ES6), JSX, HTML and CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published