React.js, Node.js, Express, MySQL
https://vimeo.com/866824528?share=copy
cd backend
npm install
npm start
cd frontend
npm install
npm run dev
I used XAMPP
DataBase named test
Table named books
http://localhost/dashboard/id -> primary key - not null
title -> not null
description -> not null
cover -> null
price -> not null