👉 cms-farsi-rtl-with-api.vercel.app
A simple Persian-language Content Management System (CMS) for store administration, allowing an admin to manage products, users, and comments.
⚠️ Note: The backend of this project was developed by someone else and provided to me. My main contribution and focus has been on the frontend development.
- Admin panel for managing products, users, and comments
- Frontend built with React
- Data visualization using Recharts
- Separate structure for frontend and backend
- Connected to a MySQL database
- React
- React Router DOM
- React Icons
- Recharts
- Node.js
- Express
- MySQL
- CORS
Make sure you have Node.js and MySQL installed on your system.
git clone https://github.com/YOUR_USERNAME/cms-farsi.git
cd cms-farsicd backend
npm install
node server.jscd ../frontend
npm install
npm startcms-farsi/
├── backend/ ← Node.js backend (developed by another person)
├── frontend/ ← React frontend (developed by me)
└── README.md
The project is currently running **on vercel ** and has been deployed online but need to run the node backend for it.