Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 228 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 228 Bytes

actix-graphql

development

run

docker-compose up -d
diesel migration run

add .env example

DATABASE_URL=postgres://postgres:postgres@localhost/graphql_sample
RUST_LOG=debug,actix_web=debug