- CRUD Operations On Tasks
- Error Handling
- Toast Messages On CRUD Operations using react-toastify npm package
- Axios for api handling
- All the logic is explained through comments in code.
- Node.js, Express, Mysql, REST API, Axios, React, React-Toastify
TaskManagementSystemDemo.mp4
cd backend
npm init
npm runserver
- open new terminal
cd frontend
npm install
npm start