React.js, Node.js, Express, MySQL, Docker Compose, Nginx
https://vimeo.com/866824528?share=copy
cd backend
npm install
npm start
cd frontend
npm install
npm run dev
I used XAMPP
DataBase named crud_db
Table named books
http://localhost/dashboard/id -> primary key - not null
title -> not null
description -> not null
cover -> null
price -> not null
Implemented using Nginx
/ urls are redirected to frontend
/api urls are redirected to backend
It is set up inside a docker container