{"id":19726554,"url":"https://github.com/gustavocadev/rust-sea-orm-axum-crud","last_synced_at":"2026-05-18T01:03:13.912Z","repository":{"id":223568899,"uuid":"760917075","full_name":"gustavocadev/rust-sea-orm-axum-crud","owner":"gustavocadev","description":"A simple example of Sea ORM + Sqlite + Axum REST API","archived":false,"fork":false,"pushed_at":"2024-02-22T19:43:07.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-10T17:13:31.482Z","etag":null,"topics":["axum","crud-api","rust","sea-orm","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gustavocadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-02-20T22:32:50.000Z","updated_at":"2024-02-24T15:17:15.000Z","dependencies_parsed_at":"2024-02-21T04:28:04.114Z","dependency_job_id":"ff414856-58fb-4742-9c62-38f249df82a6","html_url":"https://github.com/gustavocadev/rust-sea-orm-axum-crud","commit_stats":null,"previous_names":["gustavocadev/rust-diesel-axum-crud","gustavocadev/rust-sea-orm-axum-crud"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavocadev%2Frust-sea-orm-axum-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavocadev%2Frust-sea-orm-axum-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavocadev%2Frust-sea-orm-axum-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavocadev%2Frust-sea-orm-axum-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gustavocadev","download_url":"https://codeload.github.com/gustavocadev/rust-sea-orm-axum-crud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241050326,"owners_count":19900617,"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":["axum","crud-api","rust","sea-orm","sqlite"],"created_at":"2024-11-11T23:36:01.928Z","updated_at":"2026-05-18T01:03:13.845Z","avatar_url":"https://github.com/gustavocadev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A simple example about a Rest API written in Rust 🦀, axum, Sea ORM\n\n## Setup\n\nRename the `.env.example` file to `.env`.\n\nCreate a migration file with(which means create a table in the database):\n\n```bash\nsea-orm-cli migrate up\n```\n\nIf you don't have `sea-orm-cli` installed, you can install it with:\n\n```bash\ncargo install sea-orm-cli\n```\n\n## Run the server\n\n```bash\ncargo run\n```\n\nOr for development you probably want to use `cargo-watch` crate\n\n```bash\ncargo-watch -x run\n```\n\nif you don't have `cargo-watch` installed, you can install it with:\n\n```bash\ncargo install cargo-watch\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavocadev%2Frust-sea-orm-axum-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgustavocadev%2Frust-sea-orm-axum-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavocadev%2Frust-sea-orm-axum-crud/lists"}