Rust Blog: A Seamless Blogging Platform
Developed a dynamic blog platform in Rust, designed to enable users to seamlessly create and publish posts. The site features two primary pages: one for displaying all blog entries and another with a form for submitting new content. I crafted a custom REST API as a Rust library, facilitating the addition, retrieval, and deletion of blog posts, all managed within a JSON file serving as the project's database. The frontend was elegantly rendered using Tera templates, while Rocket was employed to efficiently handle API interactions.