{"id":13754055,"url":"https://github.com/callicoder/kotlin-spring-boot-jpa-rest-api-demo","last_synced_at":"2025-11-06T19:03:07.726Z","repository":{"id":46871155,"uuid":"105867662","full_name":"callicoder/kotlin-spring-boot-jpa-rest-api-demo","owner":"callicoder","description":"Build a Restful API with Kotlin, Spring Boot, Mysql, Jpa and Hibernate","archived":false,"fork":false,"pushed_at":"2021-10-14T03:32:11.000Z","size":55,"stargazers_count":89,"open_issues_count":1,"forks_count":36,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-19T08:34:33.285Z","etag":null,"topics":["hibernate","jpa","kotlin","microservice","mysql","rest-api","spring-boot","spring-mvc","web-service"],"latest_commit_sha":null,"homepage":"https://www.callicoder.com/kotlin-spring-boot-mysql-jpa-hibernate-rest-api-tutorial/","language":"Kotlin","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/callicoder.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}},"created_at":"2017-10-05T08:44:01.000Z","updated_at":"2024-05-07T05:16:18.000Z","dependencies_parsed_at":"2022-09-12T02:30:13.787Z","dependency_job_id":null,"html_url":"https://github.com/callicoder/kotlin-spring-boot-jpa-rest-api-demo","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/callicoder%2Fkotlin-spring-boot-jpa-rest-api-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callicoder%2Fkotlin-spring-boot-jpa-rest-api-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callicoder%2Fkotlin-spring-boot-jpa-rest-api-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callicoder%2Fkotlin-spring-boot-jpa-rest-api-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/callicoder","download_url":"https://codeload.github.com/callicoder/kotlin-spring-boot-jpa-rest-api-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251780977,"owners_count":21642871,"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":["hibernate","jpa","kotlin","microservice","mysql","rest-api","spring-boot","spring-mvc","web-service"],"created_at":"2024-08-03T09:01:38.060Z","updated_at":"2025-11-06T19:03:07.657Z","avatar_url":"https://github.com/callicoder.png","language":"Kotlin","funding_links":[],"categories":["web-service"],"sub_categories":[],"readme":"# Kotlin, Spring Boot, MySQL, JPA, Hibernate Rest API\n\nBuild a Restful CRUD API using Kotlin, Spring Boot, Mysql, JPA and Hibernate.\n\n## Requirements\n\n1. Java - 11\n\n2. Maven - 3.x.x\n\n3. Mysql - 5.x.x\n\n## Steps to Setup\n\n**1. Clone the application**\n\n```bash\ngit clone https://github.com/callicoder/kotlin-spring-boot-jpa-rest-api-demo.git\n```\n\n**2. Create Mysql database**\n```bash\ncreate database kotlin_demo_app\n```\n\n**3. Change mysql username and password as per your installation**\n\n+ open `src/main/resources/application.properties`\n\n+ change `spring.datasource.username` and `spring.datasource.password` as per your mysql installation\n\n**4. Running the App**\n\nType the following command in your terminal to run the app -\n\n```bash\nmvn spring-boot:run\n```\n\nThe app will start running at \u003chttp://localhost:8080\u003e.\n\n## Explore Rest APIs\n\nThe app defines following CRUD APIs.\n\n    GET /api/articles\n    \n    POST /api/articles\n    \n    GET /api/articles/{id}\n    \n    PUT /api/articles/{id}\n    \n    DELETE /api/articles/{id}\n\nYou can test them using postman or any other rest client.\n\n## Learn more\n\nYou can find the tutorial for this application on my blog -\n\n\u003chttps://www.callicoder.com/kotlin-spring-boot-mysql-jpa-hibernate-rest-api-tutorial/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallicoder%2Fkotlin-spring-boot-jpa-rest-api-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcallicoder%2Fkotlin-spring-boot-jpa-rest-api-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallicoder%2Fkotlin-spring-boot-jpa-rest-api-demo/lists"}