{"id":28304588,"url":"https://github.com/gh-aam/book-listing-server","last_synced_at":"2026-04-28T18:05:11.857Z","repository":{"id":293613734,"uuid":"984592098","full_name":"gh-aam/book-listing-server","owner":"gh-aam","description":"A simple book listing server built with Express.js.","archived":false,"fork":false,"pushed_at":"2025-05-22T12:45:53.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-24T00:13:52.532Z","etag":null,"topics":["express","express-js","express-middleware","expressjs","javascript","javascript-applications","javascript-es6","javascript-framework"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gh-aam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-05-16T07:22:02.000Z","updated_at":"2025-05-22T12:45:57.000Z","dependencies_parsed_at":"2025-05-16T08:46:45.644Z","dependency_job_id":null,"html_url":"https://github.com/gh-aam/book-listing-server","commit_stats":null,"previous_names":["gh-aam/book-listing-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gh-aam/book-listing-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh-aam%2Fbook-listing-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh-aam%2Fbook-listing-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh-aam%2Fbook-listing-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh-aam%2Fbook-listing-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gh-aam","download_url":"https://codeload.github.com/gh-aam/book-listing-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh-aam%2Fbook-listing-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: 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","express-middleware","expressjs","javascript","javascript-applications","javascript-es6","javascript-framework"],"created_at":"2025-05-24T00:13:34.529Z","updated_at":"2026-04-28T18:05:11.852Z","avatar_url":"https://github.com/gh-aam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# book-listing-server\nA simple Express.js server that provides a list of nature-themed books with support for search and detailed views.\n\n## Features\n* Request logging middleware\n* Home route\n* Book list route which returns a list of all books\n* Book search route which searches for books by title\n* Book details route which fetches book details by ID\n* Error handling middleware for unknown routes\n\n## Installation\n```bash\ngit clone https://github.com/gh-aam/book-listing-server.git\n```\n```bash\ncd book-listing-server\n```\n```bash\nnpm install\n```\n\n## Usage\nStart the server:\n```bash\nnpm start\n```\n\nOr during development with hot-reload:\n```bash\nnpm run dev\n```\n\nOnce the server is running, visit:\n* [http://localhost:3000](http://localhost:3000) - Home page\n* [http://localhost:3000/books](http://localhost:3000/books) - Book list\n* [http://localhost:3000/books/search?title=wild](http://localhost:3000/books/search?title=wild) - Book search by title\n* [http://localhost:3000/books/3](http://localhost:3000/books/3) - Book details by ID\n\n## Example Response\n`GET /books/3`\n```json\n{\n  \"id\": 3,\n  \"title\": \"The Overstory\",\n  \"author\": \"Richard Powers\"\n}\n```\n\n## Scripts\n* `npm start` - Start the server\n* `npm run dev` - Start the server with `nodemon`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh-aam%2Fbook-listing-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgh-aam%2Fbook-listing-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh-aam%2Fbook-listing-server/lists"}