07. Tutorial for Coding a database Web UI in Rust

07. Tutorial for Coding a database Web UI in Rust (database_web_ui_on_server)

This is the 7th youtube tutorial of the series "bestia.dev Tutorials for Rust programming language".
We are creating a 3-tier application with Postgres and Actix. All the html processing is on the web server.
In the next tutorial, we will process the data on the client with WASM/Webassembly.

Watch video on youtube:
https://bestia.dev/youtube/database_web_ui_on_server.html

All the code and descriptions are available in Github repository:
https://github.com/bestia-dev/database_web_ui_on_server

Visit my page for more Rust programming tutorials:
https://bestia.dev/

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.