文件名称:zero2prod
文件大小:36KB
文件格式:ZIP
更新时间:2024-04-10 15:22:53
Rust
跑 开始Postgres迁移dev db迁移pro db doctl应用程序创建--spec spec.yaml SKIP_DOCKER = true ./scripts/init_db.sh货物测试vi脚本/init_db.sh doctl身份验证init doctl应用程序列表历史记录| grep sqlx DATABASE_URL = postgresql:// {USERNAME}:{PASSWORD} @ {URL}:{PORT} / newsletter?sslmode = require sqlx migration run \ n //#做货物清洁货物sqlx prepare --check---bin zero2prod货物sqlx prepare---bin zero2prod docker运行postgres:latest docker build --tag
【文件预览】:
zero2prod-master
----.dockerignore(52B)
----.env.example(115B)
----Cargo.toml(1KB)
----.github()
--------workflows()
----spec.yaml(957B)
----Cargo.lock(65KB)
----migrations()
--------20210319161350_add_status_to_subscriptions.sql(55B)
--------20201214221501_create_subscriptions_table.sql(199B)
----src()
--------startup.rs(2KB)
--------domain()
--------main.rs(520B)
--------configuration.rs(3KB)
--------telemetry.rs(835B)
--------lib.rs(113B)
--------email_client.rs(5KB)
--------routes()
----Dockerfile(900B)
----scripts()
--------init_db.sh(957B)
----sqlx-data.json(424B)
----configuration()
--------local.toml(65B)
--------production.toml(157B)
--------base.toml(253B)
----README.md(502B)
----tests()
--------api()
----.gitignore(13B)
----.gitlab-ci.yml(386B)