alex-bahena / Books-search-engine

A fully functioning Google Books API search engine built using the technologies of GraphQL Apollo Server to communicate with the API, and the MERN stack composed of MongoDB as the database, Express.js server, React.js for the front-end, and Node.js as the runtime environment.

Home Page:https://random-book-search-engine.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Search Engine

GitHub license

Usage:

A single-page application that meets the PWA criteria. Additionally, it will feature a number of data persistence techniques that serve as redundancy in case one of the options is not supported by the browser. The application will also function offline.

Table of Contents:

Prerequisites

  • Express.js
  • React
  • MongoDB

Installation:

You must install the following for this app to function:

To use this application, you will need to first clone this repository and stablish connection with MongoDB then once it is in cloned in your computer and you've open it in your source-code editor you will need to proceed to run the following commands
npm run start - this will install our dependencies, run the server localhost:3001 and build react files

After this you can start using the app.

To only test the app ↓

Deploy

Code Snippets

Quick Demo

Deploy

Demo

Project License:

GitHub license

Copyright (c)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Collaborators:

Alejandro Bahena.

Tools:

JavaScript Express.js Apollo-GraphQL

Built with:

"dependencies": {
  "@apollo/client": "^3.6.9",
  "@testing-library/jest-dom": "^4.2.4",
  "@testing-library/react": "^9.3.2",
  "@testing-library/user-event": "^7.1.2",
  "bootstrap": "^4.4.1",
  "jwt-decode": "^2.2.0",
  "react": "^16.13.1",
  "react-bootstrap": "^1.0.1",
  "react-dom": "^16.13.1",
  "react-router-dom": "^6.2.1",
  "react-scripts": "^4.0.2"
}

Questions:

Github Profile: AlejandroBahSan

For aditional questions hmu by email: alejandro.bahsan@gmail.com

About

A fully functioning Google Books API search engine built using the technologies of GraphQL Apollo Server to communicate with the API, and the MERN stack composed of MongoDB as the database, Express.js server, React.js for the front-end, and Node.js as the runtime environment.

https://random-book-search-engine.herokuapp.com/


Languages

Language:JavaScript 94.5%Language:HTML 5.1%Language:CSS 0.5%