{"id":19964469,"url":"https://github.com/arve0/actix_crud","last_synced_at":"2025-05-03T23:30:31.058Z","repository":{"id":37218869,"uuid":"193098271","full_name":"arve0/actix_crud","owner":"arve0","description":"create, read, update, delete with actix-web, SQLite and svelte","archived":false,"fork":false,"pushed_at":"2022-12-30T19:29:37.000Z","size":1216,"stargazers_count":15,"open_issues_count":26,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T23:02:33.715Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://actix-crud.seljebu.no","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/arve0.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}},"created_at":"2019-06-21T12:57:12.000Z","updated_at":"2024-10-28T08:27:38.000Z","dependencies_parsed_at":"2023-01-31T14:31:12.692Z","dependency_job_id":null,"html_url":"https://github.com/arve0/actix_crud","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/arve0%2Factix_crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arve0%2Factix_crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arve0%2Factix_crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arve0%2Factix_crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arve0","download_url":"https://codeload.github.com/arve0/actix_crud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252269026,"owners_count":21721239,"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:23:44.153Z","updated_at":"2025-05-03T23:30:30.366Z","avatar_url":"https://github.com/arve0.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# actix crud\nAn implementation of create, read, update and delete over HTTP with [actix-web](https://actix.rs), [SQLite](https://www.sqlite.org) and [svelte](https://svelte.dev). Live updates via [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events), also known as EventSource.\n\n![](actix_crud_web_client.png)\n\n## What is this good for?\nMaking user oriented crud-applications with cross-client live updates.\n\n## Running\n```sh\n# start server\ncargo run --release\n# in another terminal\ncurl localhost:8080\n# or open browser\nopen http://localhost:8080\n```\n\nIndex is served from [client/public/index.html](./client/public/index.html),\nstatic files are served from [client/public/static](./client/public/static).\n\nSee [test.sh](test.sh) or [the client implementation](./client) for how to:\n\n- register users\n- login\n- CRUD-ing documents\n\n\n## Development\n```sh\n# install cargo-watch if not present\ncargo install cargo watch\n# start server, compile and restart on changes to files\ncargo watch -w src -x run\n# run tests in another terminal\n./test.sh\n```\n\n### Client development\nSee [client README](./client/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farve0%2Factix_crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farve0%2Factix_crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farve0%2Factix_crud/lists"}