{% extends "base.html" %} {% block title %}About - Actix MVC App{% endblock %} {% block content %}

About Actix MVC App

This is a sample application demonstrating how to build a web application using Rust with an MVC architecture.

Technology Stack

Backend
  • Actix Web - A powerful, pragmatic, and extremely fast web framework for Rust
  • Tera - A template engine inspired by Jinja2 and Django templates
  • Serde - A framework for serializing and deserializing Rust data structures
Frontend
  • Bootstrap 5.3.5 - A popular CSS framework for responsive web design
  • HTML5 - The latest version of the HTML standard
  • CSS3 - The latest evolution of the Cascading Style Sheets language

MVC Architecture

This application follows the Model-View-Controller (MVC) architectural pattern:

  • Model: Represents the data and business logic of the application
  • View: Represents the UI of the application (Tera templates)
  • Controller: Handles the user request, works with the Model, and selects a View to render
Contact Us
{% endblock %}