Skip to content

glaubervictor/graphql-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL - Rust

For studies and improvements in the Rust language.

Tech

  • Rust: For building the app;
  • Async-Graphql: For GraphQL;
  • Sea-ORM: ORM database with integration Postgres;
  • Axum: Web Framework.

Migrating the Project

  • Use sea-orm-cli migrate up after install cli.
  • Use sea-orm-cli generate entity --compact-format --tables person --output-dir ./trash for create entity (ex. Person) after new migration created and updated in database.

Ps

I am using authorization and authentication using JWT and based on user roles.

Screen

image

About

Rust default app using Axum and Async-Graphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages