Google Book Search MERN Stack Challenge
Summary
Usage of Google Books API to create an Graql API with Apollo Server. MERN stack is implemented to create the app. User can sign up and log in for an account, search for a book of their liking and added to a list of saved books, users can also remove the saved books.
- JavaScript
- Node.js
- Express
- React
- Apollo Server
- Graphql
- Mongodb
- Mongoose
- Dotenv
- Heroku
Snapshot
[
]
Table of Contents
Installation & Database SetUp
- To use this app npm init has to be called to create your package.json file.
- The following necessary Npm dependencies must be installed to run the application properly: the needed dependencies will be found on the package.json file.
- To properly install the database you must create at cluster on Mongodb atlas.
- Run “npm start” for the port to start listening with mongoose.
- This app is deployed on Heroku
Heroku
(https://book-search-challenge-21-mern.herokuapp.com/)
License

Contributing
Contributors: N/A
Tests
N/A
Questions?