! WiP for personal website in rust
-
+
- Auth-Service (RUST)
- Post-Service (RUST)
- Apollo-Server (JS)
GraphQL backends used: Juniper
- Supports apollo federation
- PostgreSQL for persistence layer imlementation
- JWT for auth
#Tech Stack main technolgoies used dor the project
- Language - Rust
- GraphQL library - Async-graphql
- Single GraphQL Endpoint - Apollo Server
- Web Framework - actix-web
- Database - PostgreSQL
- Container Orchestration - Docker
Rust Libraries
- Diesel - ORM
- argonautica - Password Hashing Library
- jsonwebtoken - JWT library
- Testcontainers-rs - Testing Library