{"id":17614175,"url":"https://github.com/thilux/kblog","last_synced_at":"2025-09-12T18:33:32.752Z","repository":{"id":48359006,"uuid":"114498999","full_name":"thilux/kblog","owner":"thilux","description":"Small blog REST application developed in Kotlin using KTor framework","archived":false,"fork":false,"pushed_at":"2021-07-30T05:49:37.000Z","size":87,"stargazers_count":15,"open_issues_count":9,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T00:51:22.280Z","etag":null,"topics":["database","kotlin","ktor","ktor-framework","rest-api","restapi","restful","restful-api","squash"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thilux.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}},"created_at":"2017-12-17T00:24:07.000Z","updated_at":"2025-03-23T23:50:49.000Z","dependencies_parsed_at":"2022-08-29T20:12:12.770Z","dependency_job_id":null,"html_url":"https://github.com/thilux/kblog","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/thilux%2Fkblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thilux%2Fkblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thilux%2Fkblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thilux%2Fkblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thilux","download_url":"https://codeload.github.com/thilux/kblog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248523622,"owners_count":21118533,"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":["database","kotlin","ktor","ktor-framework","rest-api","restapi","restful","restful-api","squash"],"created_at":"2024-10-22T18:27:52.187Z","updated_at":"2025-04-12T05:31:00.067Z","avatar_url":"https://github.com/thilux.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kBlog\n\nThis is a very simple project using kotlin's next hot thing, framework KTor.\n\nThe project provides a set of APIs for a blog where one can create posts and comments for the posts.\n\nI intend to enhance this project as I learn more about Kotlin and KTor. For this initial version, please check the stack information below:\n\nThe solution is heavily based on the following sample projects found on GitHub or blogs online:\n\n- [Simon Wirtz Ktor application REST application sample](https://github.com/s1monw1/ktor_application)\n\n\n## Solution Stack\n\n- Using Netty as the server engine\n- All services are JSON based REST services\n- H2 in memory database using [Squash](https://github.com/orangy/squash) as the persistence layer\n- SLF4J is used for logging.\n- No security implemented so far.\n\n## Building \u0026 Running\n\nThis project uses gradle for dependency management and build. To build the project, run the following command:\n\n```\ngradle build\n```\n\nFor running the server the project, first, you need to create environment variable PORT with the number of the port in which you wish to kblog to listen to.\n\n```$\u003e export PORT=8080```\n\nThen:\n\n```\ngradle run\n```\n\n## Branches\n\nThe repository is divided in the following branches, each being incremental to the previous in terms of features:\n\n- **part1:** Implementation with no database, storing data in runtime memory (available)\n- **part2:** Implementation of database handling for real persistence on database (planned)\n- **part3:** Implementation of JWT security (planned)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthilux%2Fkblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthilux%2Fkblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthilux%2Fkblog/lists"}