nintha / demo-myblog

使用Rust、Actix-web和MongoDB构建简单博客网站

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo-myblog

如何使用Actix-web和MongoDB构建简单博客网站。其中Actix-web 是一个高效的 HTTP Server 框架(Web Framework Benchmarks 上位居榜首),Mongodb是一个流行的数据库软件。

本仓库为下列教程的示例代码,每篇文章的代码有对应的分支进行存储。

Tutorial

使用Rust、Actix-web和MongoDB构建简单博客网站-01

使用Rust、Actix-web和MongoDB构建简单博客网站-02

使用Rust、Actix-web和MongoDB构建简单博客网站-03

使用Rust、Actix-web和MongoDB构建简单博客网站-04

TODO

  • 集成依赖注入库Autowired
  • MongoDB的CURD操作抽象到一个Trait中

About

使用Rust、Actix-web和MongoDB构建简单博客网站

License:MIT License


Languages

Language:Rust 100.0%