{"id":20800495,"url":"https://github.com/lycan-nt/bookstore-api","last_synced_at":"2026-05-06T14:32:15.066Z","repository":{"id":119853184,"uuid":"481535379","full_name":"lycan-nt/bookstore-api","owner":"lycan-nt","description":"A CRUD API for books and categories","archived":false,"fork":false,"pushed_at":"2022-09-24T14:08:55.000Z","size":35931,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-18T12:27:35.238Z","etag":null,"topics":["api","heroku","java","rest-api","spring","spring-boot","web"],"latest_commit_sha":null,"homepage":"https://book-store-aplication.herokuapp.com/","language":"Java","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/lycan-nt.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}},"created_at":"2022-04-14T08:59:41.000Z","updated_at":"2022-06-15T08:54:06.000Z","dependencies_parsed_at":"2023-06-03T13:03:32.987Z","dependency_job_id":null,"html_url":"https://github.com/lycan-nt/bookstore-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lycan-nt%2Fbookstore-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lycan-nt%2Fbookstore-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lycan-nt%2Fbookstore-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lycan-nt%2Fbookstore-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lycan-nt","download_url":"https://codeload.github.com/lycan-nt/bookstore-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243147277,"owners_count":20243745,"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","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","heroku","java","rest-api","spring","spring-boot","web"],"created_at":"2024-11-17T18:14:11.119Z","updated_at":"2025-12-24T14:28:33.471Z","avatar_url":"https://github.com/lycan-nt.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bookstore-api\n    A CRUD API for books and categories\n\u003cimg src='https://github.com/lycan-nt/bookstore-api/blob/main/book-api.png'\u003e\n\n  ## Built with\n- Java 8\n- Gradle Project\n- Jar\n- Spring Web\n- Spring Data JPA\n- Data Base H2\n\n## Instructions\n    To make use of the features implemented in this API use the \n    \n### API resources\n  - URL Base: https://book-store-aplication.herokuapp.com/\n  - Resource Categories\n    - Requisition Type: GET Route: /categorias/ID (Search a category by id)\n    - Requisition Type: GET Route: /categorias (Search all categorys)\n    - Requisition Type: POST Route: /categorias (Register a new category: receive a json with the name and description) \u003cbr\u003e\n        { \u003cbr\u003e\n            \"nome\": \"\" \u003cbr\u003e\n            \"descricao\": \"\" \u003cbr\u003e\n        } \u003cbr\u003e\n        \n    - Requisition Type: PUT Route: /categorias/ID (change a category: receive a json with the name and description) \u003cbr\u003e\n        { \u003cbr\u003e\n            \"nome\": \"\" \u003cbr\u003e\n            \"descricao\": \"\" \u003cbr\u003e\n        } \u003cbr\u003e\n        \n    - Requisition Type: DELETE Route: /categorias/ID (Delete a category by id)\n    \n  - Resource Books\n    - Requisition Type: GET Route: livros/ID (Search a category by id)\n    - Requisition Type: GET Route: /livros?categoria=ID (Search all boocks for a category)\n    - Requisition Type: POST Route: /livros?categoria=ID (Register a new boock for a category: receive a json with the title, author name and text) \u003cbr\u003e\n        { \u003cbr\u003e\n            \"titulo\": \"\", \u003cbr\u003e\n            \"nomeAutor\": \"\", \u003cbr\u003e\n            \"Texto\": \"\" \u003cbr\u003e\n        } \u003cbr\u003e\n        \n    - Requisition Type: PUT Route: /livros/ID (change a boock: receive a json with the title, author name and text) \u003cbr\u003e\n        { \u003cbr\u003e\n            \"titulo\": \"\", \u003cbr\u003e\n            \"nomeAutor\": \"\", \u003cbr\u003e\n            \"Texto\": \"\" \u003cbr\u003e\n        } \u003cbr\u003e\n        \n    - Requisition Type: DELETE Route: /livros/ID (Delete a boock by id)\n    \n## Author\n    Felipe D. Santos\n    \n## License\n    MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flycan-nt%2Fbookstore-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flycan-nt%2Fbookstore-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flycan-nt%2Fbookstore-api/lists"}