A blog with the web framework Rocket - introduction

Objectives

Through a series of articles, I will show you how to create a blog application with Rocket, a Rust web framework. This blog application allow people to subscribe and once they are registered they can submit blog post. They can modify or delete post they submitted and read every articles of this blog.

I won't explain how Rocket works, but I would recommend you to read the docs on Rocket website