Skip to content

thebracket/webinar_axumcrud

Repository files navigation

Rust + SQLX + Axum Web Services Webinar

Repository that accompanies that Ardan Labs presentation, Rust Web Services.

Download the slides

In this 1-hour webinar, you will:

  • Setup an SQLite database with SQLX migrations.
  • Create an SQLX-powered data model layer.
  • Wrap the data-model in an Axum-based REST API.
  • Launch a web-based API client.
  • Wrap the service in Docker for deployment.
  • Add a cache layer to reduce database strain.

About

Code to accompany Ardan Labs presentation on Rust Web Services

Resources

Stars

Watchers

Forks