文件名称:actix-server:使用actix-web的Web服务器
文件大小:40KB
文件格式:ZIP
更新时间:2024-05-14 06:17:37
Rust
actix服务器 使用actix-web的Web服务器 数据库设置 运行可用的数据库脚本 我们将使用连接postgres数据库 使用Postgres JSONB 对于JSON Postgres示例, 路线图 特征 地位 来源 Postgres池 :check_mark: Postgres JSON(B) :check_mark: 错误处理 :check_mark: 验证 :check_mark: 授权 :check_mark: 中间件 :check_mark: 雷迪斯 :check_mark: 电子邮件 :check_mark: 静态文件 :check_mark: 下载文件 :check_mark: 关联 上传文件 :check_mark: 关联 验证方式 :check_mark: 关联 贡献 我不确定在这里写什么,以后会更新 :grinning_face_with_big_eyes:
【文件预览】:
actix-server-master
----.env(186B)
----Cargo.toml(951B)
----.github()
--------workflows()
----http()
--------email.http(81B)
--------upload.http(148B)
--------json-url.http(375B)
--------auth.http(296B)
--------download.http(163B)
--------validation.http(111B)
--------errors.http(157B)
--------private.http(177B)
----Cargo.lock(65KB)
----src()
--------utils()
--------validations()
--------models()
--------main.rs(2KB)
--------auth()
--------uploads()
--------private()
--------middleware()
--------Json()
--------email()
--------types()
--------errors()
--------downloads()
----scripts()
--------sql()
----README.md(2KB)
----email-templates()
--------welcome.html(216B)
----.gitignore(22B)
----static()
--------index.html(608B)
--------login.js(2KB)
--------index.css(174B)