{"id":14992328,"url":"https://github.com/matheusb432/rust-uchat","last_synced_at":"2025-08-15T21:30:54.984Z","repository":{"id":186564371,"uuid":"662771920","full_name":"matheusb432/rust-uchat","owner":"matheusb432","description":"'Build a Full-Stack Twitter Clone with Rust' course code and notes","archived":false,"fork":false,"pushed_at":"2023-08-06T17:45:08.000Z","size":1075,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T22:23:05.646Z","etag":null,"topics":["axum","dioxus","full-stack-web-development","rust","rust-course"],"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/matheusb432.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}},"created_at":"2023-07-05T21:22:36.000Z","updated_at":"2025-03-25T17:50:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3d0e6eb-d4ac-4354-9dd3-15b4ed9320e6","html_url":"https://github.com/matheusb432/rust-uchat","commit_stats":null,"previous_names":["matheusb432/rust-uchat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matheusb432/rust-uchat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusb432%2Frust-uchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusb432%2Frust-uchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusb432%2Frust-uchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusb432%2Frust-uchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matheusb432","download_url":"https://codeload.github.com/matheusb432/rust-uchat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusb432%2Frust-uchat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270631840,"owners_count":24619380,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"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":["axum","dioxus","full-stack-web-development","rust","rust-course"],"created_at":"2024-09-24T15:00:57.486Z","updated_at":"2025-08-15T21:30:54.665Z","avatar_url":"https://github.com/matheusb432.png","language":"Rust","funding_links":[],"categories":["GUI"],"sub_categories":[],"readme":"# rust-uchat\n\n'Build a Full-Stack Twitter Clone with Rust' course code and notes\n\n[Original Course Repository](https://github.com/jayson-lennon/ztm-project-uchat)\n\n## Updating Dependencies\n\nAs the `Cargo.lock` file is included in this repository, you can update the dependencies by running:\n\n```bash\ncargo update\n```\n\n## Adding a New Dependency\n\nTo add a new dependency to one of the crates, run:\n\n```bash\ncargo add -p \u003ccrate_name\u003e \u003cdependency\u003e\n```\n\n## Project Init\n\nThis will check for the dependencies listed above and attempt to install the Rust\ndependencies. Dependencies which require manual install will provide a link to\ninstallation instructions.\n\n```bash\ncargo run -p project-init\ncargo install watchexec-cli\n```\n\nIf on windows, also run:\n\n```bash\ncargo install --locked wasm-bindgen-cli\n```\n\n## Formatting\n\nTo format the code, run:\n\n```bash\ncargo fmt\n```\n\n## Linting\n\nTo lint the code, run:\n\n```bash\ncargo clippy\n```\n\nTo fix the code, run:\n\n```bash\njust fix\n```\n\n## Notes in Code\n\n- To visualize notes right next to their example implementations that are scattered throughout this repository, I'd recommend using the VS Code extension `Todo Tree`, and then just filter for any comment with a `NOTE` prefix to it.\n\n  - e.g. `// NOTE This contains a note`\n\n- You can also just search for `NOTE` (case sensitive and with one whitespace afterwards) in the IDE of your choice and it should show every note in the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusb432%2Frust-uchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatheusb432%2Frust-uchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusb432%2Frust-uchat/lists"}