- Node.js (LTS version recommended)
- npm (comes with Node.js)
- A database (e.g., MySQL, PostgreSQL, MongoDB, etc., depending on your backend)
git clone https://github.com/inHansZone/database.git
cd database- Open SSMS and connect to your server
cd backend
npm install
nodemon app.js- Backend run on http://localhost:5000/api/data/products
cd frontend
npm install
npm start- Frontend run on http://localhost:3000/