To Do App Complete Todo App with CRUD Operations Project Structure React JS - Frontend Express, Node Js and Mongo DB - Backend Steps to Run cd into frontend folder npm install npm start cd into backend folder (rename the .env.example file to .env) npm install node index.js