Run the Meilisearch GraphQL example
mainThis example demonstrates a full-stack setup using async_graphql and actix-web for the GraphQL server, diesel for PostgreSQL database queries, and meilisearch-sdk to perform searches.
To run the example, you must first ensure a Meilisearch server is running. Then, execute the application using Cargo.
# 1. Start Meilisearch
meilisearch --master-key <your master key>
# 2. Run the application
cargo run --release