Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
REST API development with Rust
Rating: 3.7 out of 5(7 ratings)
57 students

REST API development with Rust

Learn to create REST APIs using Axum and Diesel in Rust
Last updated 7/2025
English

What you'll learn

  • REST APIs
  • Using Axum to develop Rust based REST APIs
  • Using Diesel to work with databases
  • Exposing OpenAPI specification and use Swagger UI

Course content

3 sections11 lectures7h 8m total length
  • Introduction3:00
  • All about REST APIs5:11
  • Our very first REST API40:20

    Design and implement a simple todo rest api in rust using tokio and axum. Learn crud operations, json serialization, persistence with a database, authentication with jwt, and monitoring.

Requirements

  • Basic Rust development knowledge

Description

Have you ever wondered how a backend API works?

Or maybe thought about what operations are going under-the-hood of a REST API?

You are a beginner in REST API development world or just switched to Rust as a backend developer?


Then this course is absolutely for you!


This course is totally beginner friendly, so we will cover the basic concepts of REST APIs and databases as well. Here you can learn the basics of REST API development and learning about all the general concepts and solutions that an application like this would need.


You will be implementing a simple TODO REST API that uses a database (MySQL) as a persistence layer!

You will be learning a bit about Prometheus metrics and how to add them to your application!

You will be learning about how to add / write OpenAPI specification to your API and add Swagger UI to let your API users interact easily with your API.

We will cover slightly using Docker to setup locally a database as well!


By the end of the course, you will have a fully working REST API, that has a secure registration, login and authentication mechanism implemented with an exposed OpenAPI spec (not a full one, but there is an example for an endpoint).


I suggest to have a minimal basic Rust development knowledge in order to get started on this course, but it's not mandatory, you can catch up with Rust in the meantime as well.

Who this course is for:

  • People whos are interested in learning about REST API development using databases