Skip to content

Commit 5f7fb1b

Browse files
committed
Edit README.md file.
1 parent 9ad2714 commit 5f7fb1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The payload will be **session.rs** file.
1212

1313
## How to test it
1414

15-
You can use **python3 dev.py** or $cargo run --bin main or $RUST_LOG=debug cargo run --bin main to test a web server.
15+
You can use **$python3 dev.py** or **$cargo run --bin main** or **$RUST_LOG=debug cargo run --bin main** to test a web server.
1616

17-
If you are confused, start with **hello** and **hi** apis.
17+
If you want to start simple, start with **hello** and **hi** apis.
1818

1919
You can also test other CLI commands with cargo run --bin name. Refer to **Cargo.toml** for that.
2020

@@ -96,9 +96,9 @@ If you want working Rust code to reuse, refer to the [Rust Full Stack repository
9696

9797
* Find how to reuse SQLite connection or substitute it with [Postgresql and reuse connection with lazy_static](https://github.com/steadylearner/Rust-Full-Stack/tree/master/warp/database/2.%20with_db_pool).
9898

99-
* Currently, error responses from Warp relevant code are not perfect. It will be only worth doing that if you develop it with frontend part also.
99+
* Currently, error responses from Warp relevant code are not that relevant. It will be only worth doing that if you develop it with frontend part also.
100100

101-
* User session needs a timeout relevant code. You can find better solutions or use [prebuilt ones such as Redis etc](https://github.com/steadylearner/Rust-Full-Stack/tree/master/microservices_with_docker).
101+
* User session needs the timeout relevant code. You can find better solutions or use [prebuilt ones such as Redis etc](https://github.com/steadylearner/Rust-Full-Stack/tree/master/microservices_with_docker).
102102

103103
* [Include tests](https://github.com/steadylearner/Rust-Full-Stack/tree/master/microservices_with_docker/warp_client/src/tests/user) for every possible routes instead of CURL commands.
104104

@@ -112,4 +112,4 @@ I did code with it a few months ago so they are only what I can think currently
112112

113113
There are not many Rust web server examples. I wouldn't write this way again if the development were for myself. But, hope you can save the compile time with it at least.
114114

115-
Frontend part is up to you. I wrote it because I had to make a demo video to get payment. [You can implement it on your own](https://github.com/steadylearner/Rust-Full-Stack/tree/master/parcel-react) referring to the example above.
115+
Frontend part is up to you. [You can implement it on your own](https://github.com/steadylearner/Rust-Full-Stack/tree/master/parcel-react) referring to the example above.

0 commit comments

Comments
 (0)