Rust Development: Creating a REST API with Actix Web for Beginners
TL;DR: Le code
https://github.com/dirien/quick-bites/tree/main/rust-actix-web-rest-api
Introduction
This article walks through building a REST API in Rust using the Actix Web framework. The best way to learn something new? Try it yourself, make mis...
blog.ediri.io10 min read
Ruge Wit
Inside Database::update_todo_by_id we create a new todo, but don't fill the field "created_at", so that field will be null