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.
https://vercel.com/sho-ki/serverless-todo-app
Client: React, Next.js
Server: Node, Express
Databse: PostgreSQL
- Drag & Drop with database operation
- Use Material UI
- Live previews
git clone git@github.com:Sho-ki/recruit-system-frontend.git
cd recruit-system-frontend
npm run dev
// or
npm run build && start