Skip to content

A simple Book Search application that allows users to search and save books that they want to read. Created with the Google Books API.

Notifications You must be signed in to change notification settings

scottgeleas/Book-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Search

This is an application that lets users search and save books via the Google Books API. After logging in, users can search for any book and save it to look up later. This app utilizes GraphQL to only return the data required.

Searching fo a book Viewing saved books Login

Getting Started:

If you want to edit this app you must have a Github account, have downloaded Node.js, MongoDB, Robo 3T, and Visual Studio Code.

To start editing this application, navigate to the root directory in your terminal then run:

npm install

Create a .env file and add a local instance of MongoDB

MONGODB_URI="mongodb://localhost/DatabaseName"

Then run:

npm run develop

Authors:

Scott Geleas

Built With:

  • Google Books API
  • GraphQL
  • React.js
  • Javascript
  • Node.js
  • Express.js
  • MongoDB
  • Mongoose
  • Robo 3T
  • Visual Studio Code

Acknowledgments:

Favicon made by Smashicons from Flaticon

License:

License: MIT

Copyright (c) [2021] [Scott Geleas]

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

A simple Book Search application that allows users to search and save books that they want to read. Created with the Google Books API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published