MERN CRUD project
Make necessary changes to the .env file in the root folder such as port number and database connection string
node server.js
or
nodemon server.js
Make necessary changes in ./src/Components/Api.js
, Add the URL of the server
npm run start