melliott7264 / book-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Search Refactor

Description

This is a refactor of a working Google Book Search API application to use GraphQL. The original application was built using React and a RESTful API on top of a Node.js/Express backend using a MongoDB database. Our task was to make the application more efficient with GraphQL and master GraphQL in the process. I wish I could say that I did master GraphQL, but at least, I have a better understanding of it in preparation for the next GraphQL project.

Table of Contents (Optional)

Installation

There will be no user installation for this application. The completed refactor will be deployed to Heroku.

Usage

Refactor running on Heroku at: https://gentle-fjord-95460.herokuapp.com/. There is no functional change to this application. Only the front-end connection to the backend was changed. The application just supports a signup and login as well as the ability to search for books and save books for later review. Books are saved by user id.

alt text

Credits

Mark Elliott https://github.com/melliott7264

This challenge was a refactor of exisiting code for the Module 21 Challenge of the University of Richmond Coding Boot Camp starting February 2022. Only the REST APIs were swapped out for GraphQL.

License

Copyright (c) 2022 Mark Elliott

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.


About

License:MIT License


Languages

Language:JavaScript 94.7%Language:HTML 4.9%Language:CSS 0.5%