{"id":15154272,"url":"https://github.com/andrewhamerly/book-search-engine","last_synced_at":"2026-02-26T19:34:20.116Z","repository":{"id":251265702,"uuid":"836893564","full_name":"andrewhamerly/book-search-engine","owner":"andrewhamerly","description":"This repository contains the implementation of a book search engine built with the MERN stack (MongoDB, Express.js, React, Node.js) and GraphQL. This application allows users to search for books, view detailed information, and save their favorite books.","archived":false,"fork":false,"pushed_at":"2024-08-05T15:24:03.000Z","size":3017,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T21:51:50.080Z","etag":null,"topics":["express","express-js","graphql","graphql-schema","jwt","jwt-auth","jwt-authentication","mongodb","mongodb-database","mongoose","node","node-js","react","react-js","reactjs"],"latest_commit_sha":null,"homepage":"https://book-search-engine-2mzb.onrender.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrewhamerly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-01T19:24:13.000Z","updated_at":"2024-08-05T15:24:06.000Z","dependencies_parsed_at":"2024-09-02T15:40:45.499Z","dependency_job_id":"612d00eb-2de2-4bd5-b217-567ab5e18e1d","html_url":"https://github.com/andrewhamerly/book-search-engine","commit_stats":null,"previous_names":["andrewhamerly/book-search-engine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrewhamerly/book-search-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewhamerly%2Fbook-search-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewhamerly%2Fbook-search-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewhamerly%2Fbook-search-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewhamerly%2Fbook-search-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewhamerly","download_url":"https://codeload.github.com/andrewhamerly/book-search-engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewhamerly%2Fbook-search-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29868585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T18:42:30.764Z","status":"ssl_error","status_checked_at":"2026-02-26T18:41:47.936Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express","express-js","graphql","graphql-schema","jwt","jwt-auth","jwt-authentication","mongodb","mongodb-database","mongoose","node","node-js","react","react-js","reactjs"],"created_at":"2024-09-26T17:20:37.268Z","updated_at":"2026-02-26T19:34:20.075Z","avatar_url":"https://github.com/andrewhamerly.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Books Search Engine\n\nThis repository contains the implementation of a book search engine built with the MERN stack (MongoDB, Express.js, React, Node.js) and GraphQL. This application allows users to search for books, view detailed information, and save their favorite books.\n\n## Table of Contents\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Screenshot](#screenshot)\n- [Deployed Application](#deployed-application)\n- [Technologies Used](#technologies-used)\n- [License](#license)\n- [Contributing](#contributing)\n- [Questions](#questions)\n\n## Features\n\n- **Book Search**: Search for books using the Google Books API.\n- **Book Details**: View detailed information about selected books.\n- **Save Books**: Save favorite books to your personal list.\n- **User Authentication**: Sign up and log in to access personalized features.\n\n## Installation\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/andrewhamerly/book-search-engine.git\n   ```\n\n2. **Navigate to the project directory:**\n   ```bash\n   cd book-search-engine\n   ```\n\n3. **Install dependencies:**\n   ```bash\n   npm install\n   ```\n\n## Usage\n\n1. **Start the application:**\n   ```bash\n   npm start\n   ```\n\n2. **Access the application:**\n   Open your browser and navigate to `http://localhost:3000`.\n\n## Screenshot\n\n![Book Search Engine Screenshot](./client/public/book-search-engine.png)\n\n## Deployed Application\n\n[Click here to view the deployed application](https://book-search-engine-2mzb.onrender.com/)\n\n## Technologies Used\n\n- **React**: For building the user interface.\n- **GraphQL**: For API queries and mutations.\n- **MongoDB**: A NoSQL database for storing user data and saved books.\n- **Mongoose**: An ODM (Object Data Modeling) library for MongoDB.\n- **Express.js**: For building the API routes and handling requests.\n- **Node.js**: For the backend server.\n- **JWT**: For authentication and secure access.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and create a pull request with your changes. For major changes, please open an issue first to discuss what you would like to change.\n\n## Questions\n\nIf you have any questions about the project, please feel free to contact me via email at [contact@andrewhamerly.com](mailto:contact@andrewhamerly.com). You can also find more of my work on [GitHub](https://github.com/andrewhamerly).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewhamerly%2Fbook-search-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewhamerly%2Fbook-search-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewhamerly%2Fbook-search-engine/lists"}