This project focus on CRUD operations in React.js.It is created to teach you how to connect a frontend to a backend or how a frontend can consume data from a backend or Node.js API. If you don't know how to develope a backend with Node.js, Express, and MongoDB, check this video https://youtu.be/9OfL9H6AmhQ
Learn more about this project, check this video, "Build React JS CRUD Connecting to Node.js API for Beginners from Scratch", https://youtu.be/57rKaQg0XDM
Create, Read, Update and Delete data from API
After you download or clone this project, you need run this command to install Node packages
npm install
To start the application run the below command
npm run dev