A simple todo app with mongodb, express.js, react.js, node.js
also you should change mongodb url
cd backend
npm install nodemon express mongoose cors
nodemon server.js
cd client
npm install
npm start
App: https://imgur.com/a/DhfTmCV
@yigitbozyaka