Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 849 Bytes

File metadata and controls

42 lines (26 loc) · 849 Bytes

Nasri Déco

A full-stack business web application for a Tunisian construction company specializing in interior design and artistic gypsum work.

App Preview

Monorepo Structure

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