Skip to content

Using Actix-Web, Async-Graphql, and SQLX this is an example of a basic example of a Rust GraphQL Server. Inspired by a server which @lyuzashi, @channing-domain, @shyamo, and @wafs contributed to for an innovation project.

Notifications You must be signed in to change notification settings

jayy-lmao/rust-cult-graphql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Without Docker compose

You will need to create a .env file with the following.

DATABASE_URL=

This will need to be placed in the project root. Make sure to migrate the db/init.sql file into the postgres database you are using if you arent using docker.

Then cargo run to run!

Lint: cargo fmt --all

With Docker Compose

docker-compose up --build

About

Using Actix-Web, Async-Graphql, and SQLX this is an example of a basic example of a Rust GraphQL Server. Inspired by a server which @lyuzashi, @channing-domain, @shyamo, and @wafs contributed to for an innovation project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published