{"id":19966703,"url":"https://github.com/homeinside/rocket-rust","last_synced_at":"2025-07-04T22:35:29.207Z","repository":{"id":141951077,"uuid":"131773389","full_name":"HomeInside/rocket-rust","owner":"HomeInside","description":"restful api made in Rust","archived":false,"fork":false,"pushed_at":"2018-05-02T20:30:50.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-06-10T15:45:17.734Z","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/HomeInside.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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":"2018-05-01T23:24:46.000Z","updated_at":"2018-05-02T20:30:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8e216f8-c612-483f-9a2b-f931739f847d","html_url":"https://github.com/HomeInside/rocket-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HomeInside/rocket-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HomeInside%2Frocket-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HomeInside%2Frocket-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HomeInside%2Frocket-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HomeInside%2Frocket-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HomeInside","download_url":"https://codeload.github.com/HomeInside/rocket-rust/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HomeInside%2Frocket-rust/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263628342,"owners_count":23490953,"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-11-13T02:37:49.042Z","updated_at":"2025-07-04T22:35:29.139Z","avatar_url":"https://github.com/HomeInside.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rocket-rust\nrestful api made in [Rust](https://www.rust-lang.org)\n\n\n## Install\nClone this repo\n\n    git clone git@github.com:HomeInside/rocket-rust.git\n\n\n## Build\n```bash\ncargo build\n```\n\n```bash\ncargo run\n```\n\nand visit http://localhost:8000 to see this application in action!\n\n\n## Deploy\nfirst, inspect the **Rocket.toml** file\n\n## Generate a new secret_key\nWhen manually specifying the secret key, the value should a 256-bit base64 encoded string.\nSuch a string can be generated with the openssl command line tool:\n\n```bash\nopenssl rand -base64 32\n```\n\nnow paste the generated secret_key to **Rocket.toml**\n\n```yaml\n[production]\naddress = \"0.0.0.0\"\nport = 8080\nworkers = 2\nlog = \"critical\"\nsecret_key = \"8Xui8SN4mI+7egV/9dlfYYLGQJeEx4+DwmSQLwDVXJg=\"\nlimits = { forms = 32768 }\n```\n\n\n\n## run the server\n```bash\nROCKET_ENV=development ./target/release/rocket-rust\n```\n\nand visit http://localhost:6969 to see this application in action!\n\n\n## Documentation\nFirst read [Rocket Guide](https://rocket.rs/guide/)\n\n\n## license\nThe full text of the license can be found in the file **LICENSE-MIT**\n\n\n## Contact\n[HomeInside](https://github.com/HomeInside/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomeinside%2Frocket-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhomeinside%2Frocket-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomeinside%2Frocket-rust/lists"}