All Projects → nintha → demo-myblog

nintha / demo-myblog

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

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to demo-myblog

Joshuto
ranger-like terminal file manager written in Rust
Stars: ✭ 224 (+460%)
Mutual labels:  toml
wildq
Command-line TOML/JSON/INI/YAML/XML/HCL processor using jq c bindings
Stars: ✭ 22 (-45%)
Mutual labels:  toml
config-cpp
C++ Configuration management library inspired by the Viper package for golang.
Stars: ✭ 21 (-47.5%)
Mutual labels:  toml
tomlcheck
A syntax checker for TOML files
Stars: ✭ 28 (-30%)
Mutual labels:  toml
version-sync
Keep version numbers in sync with Cargo.toml
Stars: ✭ 65 (+62.5%)
Mutual labels:  toml
rtoml
A fast TOML library for python implemented in rust.
Stars: ✭ 214 (+435%)
Mutual labels:  toml
Config
📝 Go config manage(load,get,set). support JSON, YAML, TOML, INI, HCL, ENV and Flags. Multi file load, data override merge, parse ENV var. Go应用配置加载管理,支持多种格式,多文件加载,远程文件加载,支持数据合并,解析环境变量名
Stars: ✭ 225 (+462.5%)
Mutual labels:  toml
rcpptoml
Rcpp Bindings to C++ parser for TOML files
Stars: ✭ 26 (-35%)
Mutual labels:  toml
gtree
Output tree🌳 or Make directories📁 from #Markdown or Programmatically. Provide CLI, Golang library and Web (using #Wasm ).
Stars: ✭ 88 (+120%)
Mutual labels:  toml
generate-awesome
🖨 A command-line tool for generating Awesome Lists from a set of data files.
Stars: ✭ 22 (-45%)
Mutual labels:  toml
tomlrb
A Racc based TOML parser
Stars: ✭ 63 (+57.5%)
Mutual labels:  toml
dssg
A static site generator with a different approach
Stars: ✭ 15 (-62.5%)
Mutual labels:  toml
coc-toml
Toml extension for coc-nvim, using taplo for lsp engine
Stars: ✭ 52 (+30%)
Mutual labels:  toml
Cli
A simple, fast, and fun package for building command line apps in Go
Stars: ✭ 16,995 (+42387.5%)
Mutual labels:  toml
llmk
Light LaTeX Make
Stars: ✭ 93 (+132.5%)
Mutual labels:  toml
Konf
A type-safe cascading configuration library for Kotlin/Java/Android, supporting most configuration formats
Stars: ✭ 225 (+462.5%)
Mutual labels:  toml
toml-f
TOML parser implementation for data serialization and deserialization in Fortran
Stars: ✭ 69 (+72.5%)
Mutual labels:  toml
Boost.toml
header-only C++(98|11|14|17) TOML v0.5.0 parser/encoder depending on Boost
Stars: ✭ 26 (-35%)
Mutual labels:  toml
tomli
A lil' TOML parser
Stars: ✭ 313 (+682.5%)
Mutual labels:  toml
pp-toml
Paul's Parser for Tom's Own Minimal Language
Stars: ✭ 17 (-57.5%)
Mutual labels:  toml

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中
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].