Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add client to the README
  • Loading branch information
mikesir87 committed Oct 23, 2022
commit 58fba5b532a12cb29534aa0726c3f3b3a8d14764
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The easiest way to get started is to use a version of Docker with Wasm WASI supp
docker compose up
```

This will build the Rust source code, run the Wasm server, and startup a MySQL backing database. See the [Dockerfile](Dockerfile) and [docker-compose.yml](docker-compose.yml) files. You can jump directly to the [CRUD tests](#crud-tests) section to interact with the web service.
This will build the Rust source code, run the Wasm server, and startup a MySQL backing database. It also starts a very basic web interface (available at http://localhost:8090). See the [Dockerfile](Dockerfile) and [docker-compose.yml](docker-compose.yml) files. You can jump directly to the [CRUD tests](#crud-tests) section to interact with the web service.

However, if you want to build and run the microservice app step by step on your own system. Follow the detailed instructions below.

Expand Down