BrackRat / BR-Backend

Actix-Web + JWT + Prisma 后端模板

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Rust] Actix-Web + JWT + Prisma 后端模板

部署

  1. 生成 prisma.rs
cargo prisma generate
cargo prisma db push
  1. 编译后端
cargo build --release

About

Actix-Web + JWT + Prisma 后端模板


Languages

Language:Rust 98.9%Language:Dockerfile 1.1%