{"id":16479596,"url":"https://github.com/sonyarianto/karatan","last_synced_at":"2026-06-18T21:31:10.506Z","repository":{"id":225131717,"uuid":"765154327","full_name":"sonyarianto/karatan","owner":"sonyarianto","description":"Template/sample/skeleton/boilerplate web framework implemented in Rust (Actix Web)","archived":false,"fork":false,"pushed_at":"2024-03-03T15:01:11.000Z","size":84,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-05T12:48:41.641Z","etag":null,"topics":["backend","rust","web-api"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/sonyarianto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"sonyarianto","custom":["https://paypal.me/sonyarianto"]}},"created_at":"2024-02-29T11:37:05.000Z","updated_at":"2024-03-01T02:56:56.000Z","dependencies_parsed_at":"2024-03-03T16:23:29.853Z","dependency_job_id":"664864e9-87bf-4588-9292-ba503a111632","html_url":"https://github.com/sonyarianto/karatan","commit_stats":null,"previous_names":["sonyarianto/karatan"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sonyarianto/karatan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonyarianto%2Fkaratan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonyarianto%2Fkaratan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonyarianto%2Fkaratan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonyarianto%2Fkaratan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonyarianto","download_url":"https://codeload.github.com/sonyarianto/karatan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonyarianto%2Fkaratan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34508862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":["backend","rust","web-api"],"created_at":"2024-10-11T12:52:19.047Z","updated_at":"2026-06-18T21:31:10.482Z","avatar_url":"https://github.com/sonyarianto.png","language":"Rust","funding_links":["https://github.com/sponsors/sonyarianto","https://paypal.me/sonyarianto"],"categories":[],"sub_categories":[],"readme":"# Karatan\n\nKaratan is a template/sample/skeleton/boilerplate web framework implemented in Rust using Actix Web. Initially to makes my life easy. It contains simple sample to start your own backend system. Is it performant? I am not sure since I am still learning Rust as well.\n\n## Requirements\n\n- Rust\n\n## How to run?\n\n- Clone the repo and go to the project directory.\n- Type `cargo build` and then `cargo run` to run the program.\n- It  will run the web server on port `8000`, try at http://localhost:8000.\n- Then you can try several available sample routes below while reading the source code.\n\n## Available sample routes\n\n- (GET) / =\u003e Return string \"Hello, World!\"\n- (GET) /about =\u003e Return string \"This is about page\"\n- (POST) /upload =\u003e Imaginary path for POST end-point, still unimplemented\n- (GET) /json =\u003e Return JSON data from static string\n- (GET) /{name}/age/{age} =\u003e Return string with name and age from the URL\n- (GET) /external/api/1 =\u003e Return JSON data from external API (https://jsonplaceholder.typicode.com/todos)\n- (GET) /external/api/2 =\u003e Return JSON data from external hidden API with a bearer token\n\n## Learn the code\n\n- The entry point file is on `src/main.rs`, for now that's single file and all logic is all there, no include files for easy to learn.\n\n## License\n\nMIT\n\nCopyright \u0026copy; 2024 Sony Arianto Kurniawan \u003c\u003csony@sony-ak.com\u003e\u003e and contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonyarianto%2Fkaratan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonyarianto%2Fkaratan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonyarianto%2Fkaratan/lists"}