Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asyade committed Nov 3, 2024
1 parent 86dc066 commit 600786f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Rust Backend Template: GraphQL + PostgreSQL + JWKS
# Rust Backend Template: GraphQL + PostgreSQL + OpenID Connect
A production-ready backend template featuring GraphQL API, PostgreSQL database, and JWKS authentication. Built with clean architecture principles and modern Rust practices.

## 🚀 Key Features

### Frontend template for Android/iOS applications
- [Rave Mobile App Template](https://github.com/asyade/rave-app-frontend)

### Core Technologies
- **GraphQL API** using async-graphql with playground support
- **PostgreSQL Database** with both embedded (for fast development or testing) and external options
Expand Down Expand Up @@ -75,3 +78,4 @@ cargo test user_tests --features embedded-database
## Project Structure
Refer to the [Project Structure](./docs/project-structure.md) for more information on the project structure.

![Auth0 API Identifier](./docs/images/architecture_overview.png)

0 comments on commit 600786f

Please sign in to comment.