Project - Book Review
A book review is a form of literary criticism in which a book is merely described (summary review) or analyzed based on content, style, and merit. A book review may be a primary source, summary review.
Technology And Version
FrontEnd - React JS
BackEnd - Strapi
Style - React-Bootstrap
Documentation Link
Installation
React
npx create-react-app frontend
Strapi
npx create-strapi-app@latest backend --quickstart
Run Server
React
cd frontend
npm start
Strapi
cd backend
npm run develop