Skip to content

Book search application, built using the MERN stack with a graphQL API. Deployed to Heroku.

Notifications You must be signed in to change notification settings

withchristopher/book-search-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Search App

This application allows you to search for books by typing a topic into a search bar. The application was built using the MERN stack and is deployed on Heroku.

Demo

https://search-book-store.herokuapp.com/

Description

Combined the four technologies of the MERN stack (MongoDB, Express.js, React, and Node.js).

How it works

Users will be able to sign up and create an account. Once signed in, click the search bar and search for a book of your choice. The Google Books API will return a list of books related to your search term. You can then save a book to your list.

Technologies uses in this project:

  • GraphQL : query language for APIs and a runtime for fulfilling queries
  • Apollo Server : open-source, spec-compliant GraphQL server
  • React Router
  • if-env : npm package
  • concurrently : npm package
  • JWT-decode : JSON Web Tokens (JWTs) are an alternative to using session cookies for authentication.

Viewing

Live web-app here: https://search-book-store.herokuapp.com/

Author

Made by CS Maxwell

About

Book search application, built using the MERN stack with a graphQL API. Deployed to Heroku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published