Skip to content

Commit 4c3a62e

Browse files
authored
Create llms.txt
1 parent fcd3b43 commit 4c3a62e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

llms.txt

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
A template project for building a database-driven microservice in Rust and run it in the WasmEdge sandbox.
2+
3+
The Cargo.toml file is for building the Rust cargo project for the HTTP server.
4+
5+
The src/main.rs file contains Rust source code for the HTTP services written in the Rust hyper and mysql_async crates. It connects to the MySQL database running at the DATABASE_URL.
6+
7+
The client/index.html file contains the UI to interact with the HTTP services.
8+
9+
The orders.json and update_order.json files contain test data for the HTTP service.
10+
11+
The Dockerfile allows developers to deploy the Rust HTTP server in a Docker container.
12+
13+
The docker-compose.yml file can start both the Rust HTTP server and a MySQL database in a single command.
14+

0 commit comments

Comments
 (0)