{"id":21676885,"url":"https://github.com/rasbeetech/library-microservice","last_synced_at":"2026-04-10T14:37:55.356Z","repository":{"id":135281761,"uuid":"378196461","full_name":"RasbeeTech/Library-Microservice","owner":"RasbeeTech","description":"API service for keeping track of books.","archived":false,"fork":false,"pushed_at":"2021-06-18T21:25:04.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T00:36:45.221Z","etag":null,"topics":["api","api-rest","chai","css","expressjs","html","javascript","mocha","mongodb","mongoosejs","nodejs","npm"],"latest_commit_sha":null,"homepage":"","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/RasbeeTech.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":"2021-06-18T15:42:00.000Z","updated_at":"2021-07-06T10:56:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"10d810c2-7660-4216-8763-4192e6813a83","html_url":"https://github.com/RasbeeTech/Library-Microservice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RasbeeTech/Library-Microservice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FLibrary-Microservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FLibrary-Microservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FLibrary-Microservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FLibrary-Microservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RasbeeTech","download_url":"https://codeload.github.com/RasbeeTech/Library-Microservice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FLibrary-Microservice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271878376,"owners_count":24837733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","api-rest","chai","css","expressjs","html","javascript","mocha","mongodb","mongoosejs","nodejs","npm"],"created_at":"2024-11-25T14:16:45.103Z","updated_at":"2025-12-30T19:42:02.781Z","avatar_url":"https://github.com/RasbeeTech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Library-Microservice\n API service for keeping track of books.\n \n ### Purpose:\n Practice implementing unit and integrated Mocha Chai-HTTP testing.\n \n ### Usage examples:\n Get all books in library:  \n ```\nGET /api/books\n ```\n Get a single book in library:  \n ```\n GET /api/books/{book_id}\n```\n  \nAdd book to library:  \n```\nPOST /api/books/ [title: book_title]\n```\nAdd comment to book:  \n```\nPOST /api/books/{book_id} [title: book_title]\n```\n  \nDelete all books in library:  \n```\nDELETE /api/books\n```\nDelete one book from library:  \n```\nDelete /api/books/{bood_id}\n```\n\n### Return example:\n```\n{\"comments\":[],\"_id\":\"60cd040617f00e9416f1df9d\",\"title\":\"example book\",\"commentcount\":0, \"comments\": [\"good example\", \"great service\"]...}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasbeetech%2Flibrary-microservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frasbeetech%2Flibrary-microservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasbeetech%2Flibrary-microservice/lists"}