Quantcast
Channel: Read Rust - Web and Network Services
Viewing all articles
Browse latest Browse all 100

Zero To Production #3.5: HTML forms, Databases, Integration tests

$
0
0
In the first part of Chapter 3 we covered a fair amount of ground - we set out to implement a /health_check endpoint and that gave us the opportunity to learn more about the fundamentals of our web framework, actix-web, as well as the basics of (integration) testing for Rust APIs.

It is now time to capitalise on what we learned to finally fulfill the first user story of our email newsletter project:

As a blog visitor,
I want to subscribe to the newsletter,
So that I can receive email updates when new content is published on the blog.

Viewing all articles
Browse latest Browse all 100

Trending Articles