This repository contains a modern, production-ready React Dashboard integrated with a robust Node.js Authentication System.
- Frontend: Vite + React + TypeScript + TailwindCSS.
- Backend Service: Node.js + Express + Postgres + Argon2.
- Security:
- Full Zod Validation (Frontend & Backend).
- Rate Limiting.
- Secure Headers (Helmet).
- Argon2 Password Hashing (Anti-GPU cracking).
- Deployment: Fully Dockerized (Docker Compose).
/: Frontend Dashboard Application./auth-system: Backend Authentication Microservice.
Required: Docker & Docker Compose.
- Start the Stack:
cd auth-system docker compose up --build - Access:
- Dashboard: http://localhost:5173
- API: http://localhost:3000
- Backend Base: https://github.com/Albert-4096/auth-system
- This project implements the high-security auth patterns from the above repository.