A to-do list app made with React as front-end and Node, Express and MongoDB as back-end.
cd app
npm install
npm start
cd backend
npm install
node index
This app is aimed to be for testing only and is NOT meant to be deployed to production. It lacks request validation, security checks, error handlers and a lot more.