This app converts a fully functioning Google Books API search engine built with a RESTful API into a GraphQL API built with Apollo Server. Uses the MERN stack, with a React front end, MongoDB database, and Node.js/Express.js server and API.
Deployed version can be found on https://yulduz-search-books-mern.herokuapp.com
- 🔧 Installation
- 🗒️ Usage
- ⚖️ License
$ git clone git@github.com:yulduzetta/book-search-engine.git
$ cd book-search-engine
$ npm install
$ npm start
$ node index.js