Colt45s / axum-graphql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

axum-graphql

docker compose

$ docker compose up -d

migrate

$ cargo install sea-orm-cli
$ sea-orm-cli migrate up

generate entities

$ sea-orm-cli generate entity -u mysql://user:password@localhost:3306/db -o src/entities

run

$ cargo run

run watch

install cargo-watch

$ cargo install cargo-watch

run

$ cargo watch -x run

About


Languages

Language:Rust 100.0%