A full-stack business web application for a Tunisian construction company specializing in interior design and artistic gypsum work.
nasri-deco/
├── frontend/ # React + Vite + TailwindCSS
├── backend/ # Express + MySQL
Getting Started
Backend (Branch: iyed)
cd backend
Copy .env.example to .env and fill in your DB credentials
npm install
npm start
Frontend (Branch: firas)
cd frontend
Copy .env.example to .env and set your API URL
npm install
npm run dev
Deployment
Frontend: Vercel (from firas branch)
Backend: Topnet VPS (from iyed branch)
Notes
/uploads is used for image storage and is gitignored
Use ESLint and consistent formatting
See project prompt for full requirements
