This is a ASP.NET project using the SQL Server database. This implements the drag-and-drop functionality from the To-Do list to the Done list.
- Clone the repository:
git clone https://github.com/bjmmtin/ToDoList-ASP.NET.git
- Use Entity Framework migrations to create your database schema.
dotnet ef migrations add InitialCreate dotnet ef database update
- Run the application
dotnet run