{"id":16157718,"url":"https://github.com/theawiteb/actix-helloworld","last_synced_at":"2025-04-07T01:41:04.503Z","repository":{"id":110115674,"uuid":"482792525","full_name":"TheAwiteb/actix-helloworld","owner":"TheAwiteb","description":"Nice introduction for anyone who wants to learn the Actix framework","archived":false,"fork":false,"pushed_at":"2023-03-04T03:31:09.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T07:15:53.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/TheAwiteb.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-18T09:40:51.000Z","updated_at":"2022-04-18T09:42:08.000Z","dependencies_parsed_at":"2023-05-25T20:15:49.494Z","dependency_job_id":null,"html_url":"https://github.com/TheAwiteb/actix-helloworld","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/TheAwiteb%2Factix-helloworld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Factix-helloworld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Factix-helloworld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAwiteb%2Factix-helloworld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheAwiteb","download_url":"https://codeload.github.com/TheAwiteb/actix-helloworld/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247578627,"owners_count":20961270,"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":[],"created_at":"2024-10-10T01:50:25.174Z","updated_at":"2025-04-07T01:41:04.485Z","avatar_url":"https://github.com/TheAwiteb.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# actix-helloworld\n\n## What is actix-helloworld\nactix-helloworld It is a simple project that shows the advantages of the [Actix] framework, it is a nice \nintroduction for who wants to learn [Actix]\n\n[Actix]: https://actix.rs/\n\n## Requirements\n* [Cargo]\n\n[Cargo]: https://doc.rust-lang.org/cargo/getting-started/installation.html\n\n### Build\n```bash\ncargo build\n```\n\n### Run\n```bash\ncargo run\n```\n\n## Endpoints\n\n```json\n{\n  \"status\":true,\n  \"endpoints\":[\n    {\n      \"endpoint\":\"/api\",\n      \"method\":\"GET\",\n      \"description\":\"Explanation of all endpoints\",\n      \"parameters\":null,\n      \"errors\":null\n    },\n    {\n      \"endpoint\":\"/api/hello-world\",\n      \"method\":\"GET\",\n      \"description\":\"Hello world endpoint\",\n      \"parameters\":null,\n      \"errors\":null\n    },\n    {\n      \"endpoint\":\"/api/hello\",\n      \"method\":\"GET\",\n      \"description\":\"Say hello to user\",\n      \"parameters\":[\n        {\n          \"name\":\"name\",\n          \"description\":\"Name of user\",\n          \"optional\":true\n        }\n      ],\n      \"errors\":[\n        {\n          \"status\":false,\n          \"code\":400,\n          \"error\":\"LongUsername\",\n          \"message\":\"The username should be smaller than 30 character\"\n        }\n      ]\n    },\n    {\n      \"endpoint\":\"/api/hello\",\n      \"method\":\"GET\",\n      \"description\":\"Say hello to user\",\n      \"parameters\":[\n        {\n          \"name\":\"name\",\n          \"description\":\"Name of user\",\n          \"optional\":true\n        }\n      ],\n      \"errors\":[\n        {\n          \"status\":false,\n          \"code\":400,\n          \"error\":\"LongUsername\",\n          \"message\":\"The username should be smaller than 30 character\"\n        }\n      ]\n    }\n  ]\n}\n```\n\n## License\nactix-helloworld license is [MIT], license file [`LICENSE`]\n\n[MIT]: https://opensource.org/licenses/MIT\n[`LICENSE`]: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheawiteb%2Factix-helloworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheawiteb%2Factix-helloworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheawiteb%2Factix-helloworld/lists"}