To deploy this project run
clone the project in your device
open the project folder and open terminal/cmd inside the directory i.e. react-curd-application/
cd clientthe path will be react-curd-application/client
npm ithen to start the client
npm startthen again go back to project folder and follow the steps again i.e. react-curd-application/
npm ithen we need to start the server to connect client to MongoDB server
cd serverthe path will look like this
i.e. react-curd-application/server
run this command to start the connection
node app.js