Rust Actix-Web Api - Full Crud

preview_player
Показать описание
We are going to create a full CRUD api with Rust Actix-Web framework

00:00 Intro
0:04:00 - Question About Zoom
0:05:30 - Setup Project
0:24:00 - Main File Setup
2:27:00 - Curl Requests Working
Рекомендации по теме
Комментарии
Автор

Thank you very much, I have gained benifit from the way you fixed errors

vietsangkhuu
Автор

Thank you so much for creating this video. God Bless You...

nelvanbalthazar
Автор

Thanks for this really clarified things for me.

wassim-akkari
Автор

Just thank you. I now understand how to make a rest api with a true back-end.
I watched all this video and now I have my own home API to relay system values, thanks to you. Will you make a front end or implement https with this project

maxali
Автор

Is it common pattern to use Makefile to manage scripts in rust world? I just wonder if there is any way to handle this with cargo like npm scripts.

hsk
Автор

How can I configure .app_data in main function in order to read large strings from the mysql database? I am trying to do it for a long string but fails when trying to retrieve it. Is there any way to maximize the size limit of the responses from database?

raulgimenezlorente
Автор

Please zoom next time or better use smaller monitor for recordingåç

VladimirMyagdeev
Автор

Why did you make AppState struct. I don't see why that is useful????

Jeffrey-qwkf