Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1 KB

File metadata and controls

37 lines (27 loc) · 1 KB

Production Auth Dashboard

This repository contains a modern, production-ready React Dashboard integrated with a robust Node.js Authentication System.

🚀 Features

  • 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).

🛠 Project Structure

  • /: Frontend Dashboard Application.
  • /auth-system: Backend Authentication Microservice.

📦 Run Locally

Required: Docker & Docker Compose.

  1. Start the Stack:
    cd auth-system
    docker compose up --build
  2. Access:

🔐 Credentials