Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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