sea-orm/examples/axum-graphql_example
Aaron Leopold 7ba6144ead
Added axum graphql example (#587)
* added example for axum + graphql

* clean up

* removed macos file

* Pr/587 (#1)

* Migrate on startup

* Update CI

* Add .gitignore

* Add README

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-03-16 18:16:19 +08:00
..
2022-03-16 18:16:19 +08:00
2022-03-16 18:16:19 +08:00
2022-03-16 18:16:19 +08:00
2022-03-16 18:16:19 +08:00
2022-03-16 18:16:19 +08:00
2022-03-16 18:16:19 +08:00

screenshot

screenshot

Axum-GraphQL with SeaORM example app

  1. Modify the DATABASE_URL var in .env to point to your chosen database

  2. Turn on the appropriate database feature for your chosen db in entity/Cargo.toml (the "sqlx-sqlite", line)

  3. Execute cargo run to start the server

  4. Visit localhost:3000/api/graphql in browser