🔗 How to Update the Database After a Drag-and-Drop Operation
https://dev.to/shoki/how-to-update-the-database-after-a-drag-and-drop-operation-27dc
This is a todo list with a function of drag and drop. To study the database operation after a drag and drop, I created this app.
Server: Node, Express
Databse: MySQL
- Drag & Drop with database operation
- Live previews
git clone [email protected]:Sho-ki/recruit-system-frontend.git
cd recruit-system-frontend
npm run dev
// or
npm run build && start