Skip to content

Using Actix-Web, Async-Graphql, and SQLX this is an example of a basic example of a Rust GraphQL Server

Notifications You must be signed in to change notification settings

ChrisChan1117/Cult-Graphql

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published