Overview
Turbo Cars Chat is a project that transformed a single-HTML-file portal into a full-stack application. The platform combines authentication, real-time chat, daily reports, finance, marketing, inventory, and a client database into one system with dozens of business modules.
Problem
The automotive company's internal processes (daily reporting, finance, inventory, clients) were scattered and unstandardized, and there was no fast, access-controlled communication tool for staff.
Solution
I built a complete platform on a React + Vite frontend and a Node.js/Express + Socket.IO backend. A three-tier role system (User → Worker → Admin) enforces permissions on both server and client, with PostgreSQL (Neon) storing data for every module.