{"id":17703852,"url":"https://github.com/birddevelper/notebookmanager","last_synced_at":"2025-03-13T07:32:08.271Z","repository":{"id":119213190,"uuid":"455494383","full_name":"birddevelper/NoteBookManager","owner":"birddevelper","description":"A Real World Example for Open API Restful Spring boot Application + Swagger + MySQL + Docker","archived":false,"fork":false,"pushed_at":"2023-02-14T19:20:00.000Z","size":124,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T19:07:10.562Z","etag":null,"topics":["docker","docker-compose","dockerfile","h2-database","java","maven","mysql","openapi","openapi3","rest","restful","restful-api","spring-boot","springboot","swagger","swagger-ui","unit-test","unittest"],"latest_commit_sha":null,"homepage":"","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/birddevelper.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-02-04T09:48:40.000Z","updated_at":"2023-09-22T03:37:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b3a647b-110e-4f20-9348-031f2c182aad","html_url":"https://github.com/birddevelper/NoteBookManager","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/birddevelper%2FNoteBookManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/birddevelper%2FNoteBookManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/birddevelper%2FNoteBookManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/birddevelper%2FNoteBookManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/birddevelper","download_url":"https://codeload.github.com/birddevelper/NoteBookManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243361383,"owners_count":20278560,"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":["docker","docker-compose","dockerfile","h2-database","java","maven","mysql","openapi","openapi3","rest","restful","restful-api","spring-boot","springboot","swagger","swagger-ui","unit-test","unittest"],"created_at":"2024-10-24T21:06:15.312Z","updated_at":"2025-03-13T07:32:08.263Z","avatar_url":"https://github.com/birddevelper.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## NoteBook Manager\n### Spring boot Rest Api+swagger+MySQL+Docker tutorial\n\nNoteBook Manager is a sample tiny application that performs CRUD jobs on Notebook Entity via Restful Webservices.\n\nIt exposes 5 endpoint as following list :\n\n- GET /api/notebooks (get a list of notebook)\n- POST /api/notebooks (create a notebook)\n- GET /api/notebooks/1 (get one notebook from the list)\n- PATCH /api/notebooks/1 (update the price of a single notebook)\n- DELETE /api/notebooks/1 (delete a single notebook)\n\n## How to setup\nIt is a docker based application. Running below command in project's directory builds 2 running containers, NotebookService and Mysql containers with initial records:\n\n```bash\ndocker-compose up\n```\n\n\n## How to use\nThis application is Restful and it follows OpenAPI specification in API documentation. Thanks to SwaggerUI, you can see endpoints documentation in a graphical user interface and try their functionality and see the response. After running the containers, you can access the application links as :\n\n- Application Rest services : http://localhost:8090/api/notebooks\n- SwaggerUI : http://localhost:8090/swagger-ui.html\n\n\n\n## Test\n\nTests are written with H2 in-memory database with initial records.\n\n\n## Link\n\n[This repository belongs to Spring boot Rest Api+swagger+MySQL+Docker tutorial](https://mshaeri.com/blog/restful-spring-boot-application-swagger-mysql-docker-a-real-world-example/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbirddevelper%2Fnotebookmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbirddevelper%2Fnotebookmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbirddevelper%2Fnotebookmanager/lists"}