Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thangchung/todo-atmos
Todo application on Atmos (WebAssembly with WASI)
https://github.com/thangchung/todo-atmos
atmos postgresql rust suborbital todoapp wasi wasm webassembly
Last synced: 26 days ago
JSON representation
Todo application on Atmos (WebAssembly with WASI)
- Host: GitHub
- URL: https://github.com/thangchung/todo-atmos
- Owner: thangchung
- License: mit
- Created: 2021-12-03T15:11:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-03T15:42:45.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T22:12:20.686Z (about 1 month ago)
- Topics: atmos, postgresql, rust, suborbital, todoapp, wasi, wasm, webassembly
- Language: Rust
- Homepage:
- Size: 581 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Get starting
- Install `subo` CLI at https://github.com/suborbital/subo
- Build `todo` app```bash
> cd todos
> subo build .
```- Run `docker compose`
```bash
> docker compose up
```- Play with it
Install humao.rest-client vscode extensions, then play with [client.http](client.http)
References:
- https://github.com/suborbital/atmo/blob/main/example-project
- https://blog.suborbital.dev/building-a-crud-api-with-atmo-rust-and-postgresql