update frontend readme

This commit is contained in:
David Westgate 2024-06-11 23:04:06 -07:00
parent dfb1cc26cf
commit 46fb0d3aff

View File

@ -1,5 +1,7 @@
# Rust Axum Question and Answer Server - Frontend # Rust Axum Question and Answer Server - Frontend
This yew based rust frontend is derived from [knock-knock-yew](https://github.com/pdx-cs-rust-web/knock-knock-yew/tree/main) authored by Bart Massey
## Contents ## Contents
I'll do my best to keep these contents up-to-date as changes are made to the source code I'll do my best to keep these contents up-to-date as changes are made to the source code
@ -17,7 +19,7 @@ cargo build
trunk serve trunk serve
``` ```
Access the webserver shown in standard output Then, access the webserver shown in standard output in a browser of your choice
### Dependency overview ### Dependency overview
@ -35,7 +37,13 @@ TODO
### Source overview ### Source overview
#### [`src/main.rs`](/backend/src/main.rs) #### [`src/main.rs`](/frontend/src/main.rs)
TODO
#### [`src/finder.rs`](/frontend/src/finder.rs)
TODO
#### [`src/question.rs`](/frontend/src/question.rs)
TODO TODO
### Looking ahead ### Looking ahead