actix-web3-rest-api-boilerplate

时间:2024-05-12 10:36:24
【文件属性】:

文件名称:actix-web3-rest-api-boilerplate

文件大小:25KB

文件格式:ZIP

更新时间:2024-05-12 10:36:24

Rust

Actix-web3 REST Api样板 设置并运行服务器 # Need to install diesel_cli on your system to run migration. $ cargo install diesel_cli --no-default-features --features " postgres " $ echo DATABASE_URL=postgres://username:password@yourhost/good_db_name > .env $ diesel setup $ make run # If installed cargo-watch, This can be auto recompile. $ make watch 结构 ├── Cargo.lock ├── Cargo.toml ├── diesel.toml ├── Makefile


【文件预览】:
actix-web3-rest-api-boilerplate-main
----Cargo.lock(46KB)
----.env-example(57B)
----src()
--------main.rs(270B)
--------schema.rs(437B)
--------db.rs(951B)
--------server.rs(2KB)
--------apps()
----migrations()
--------2021-04-08-125602_create_users()
--------2021-04-08-121346_create_companies()
--------.gitkeep(0B)
--------00000000000000_diesel_initial_setup()
----Cargo.toml(528B)
----.gitignore(12B)
----diesel.toml(136B)
----Makefile(229B)
----README.md(1KB)

网友评论