actix-sqlx-boilerplate:使用SQLx的简单Actix-web样板

时间:2024-04-05 19:15:01
【文件属性】:

文件名称:actix-sqlx-boilerplate:使用SQLx的简单Actix-web样板

文件大小:22KB

文件格式:ZIP

更新时间:2024-04-05 19:15:01

Rust

actix-sqlx-样板 使用SQLx的简单Actix-web样板 路线 网页 [GET] /health-check :检查服务器http GET localhost:8089/health-check 响应码200 原料药 [POST] /v1/login :身份验证 http POST localhost:8089/v1/login email=test@gmail.com password=0000 响应码200 : { " id " : " 123e4567-e89b-12d3-a456-426614174000 " , " email " : " test@gmail.com " , " expires_at " : " 2021-03-08T21:23:21Z " , " firstname " : " Toto " , " la


【文件预览】:
actix-sqlx-boilerplate-main
----drill.yml(334B)
----rustfmt.toml(16B)
----.env.dist(282B)
----src()
--------models()
--------handlers()
--------ws()
--------main.rs(783B)
--------config.rs(744B)
--------routes.rs(988B)
--------repositories()
--------lib.rs(3KB)
--------logger.rs(1KB)
--------errors.rs(2KB)
--------middlewares()
----migrations()
--------20210304173344_create_users_table.down.sql(63B)
--------20210304173344_create_users_table.up.sql(894B)
----askama.toml(98B)
----Cargo.toml(1KB)
----.gitignore(384B)
----README.md(7KB)

网友评论