#后端 #连接 #数据库 #PostgreSQL #宠物 #更改 #instaclone

nightly bin+lib instaclone_backend

宠物项目:instaclone的后端

1 个不稳定版本

使用旧的 Rust 2015

0.1.0 2018年2月26日

#10 in #宠物

Unlicense 协议

9KB
162 代码行

Instaclone 后端

安装

  1. 打开 rustup.rs 并按照说明操作
  2. 安装 Rust 1.24
  3. 安装 PostgreSQL ^9.6.5
  4. 创建 db instaclone: CREATE DATABASE instaclone; 或更改 .env 中的连接
  5. 安装 diesel.rs: cargo install diesel_cli
  6. 迁移数据库: diesel migration run
  7. 查看 Rocket.toml
  8. 启动应用: cargo run

依赖项

~19–28MB
~548K SLoC