Complaints-Registration-Platform-Full-Stack

Complaints Registration Platform

A full-stack, AI-powered complaint management system featuring a premium glassmorphic design.

Features

Project Structure

Quick Start

  1. Backend:
    • cd Backend
    • npm install
    • Configure .env (see .env.example).
    • npm run db:push (to sync schema with Supabase).
    • npm start (or npm run dev for development with auto-restart).
  2. Frontend:
    • Open Frontend/index.html in a browser (or use a local server like Live Server).

Tech Stack