Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.37 KB

File metadata and controls

20 lines (18 loc) · 1.37 KB

ToDoer - ASP.NET MVC ToDos Manager

ToDoer is a customizable task based organizational tool built with ASP.NET using Model-View-Controller architecture pattern.

Application uses CRUD operations in collaboration with a MSSQL database to track and manage your tasks in an efficient manner. You are able to create, delete, update, archive, restore, filter and search through your tasks with customizable deadlines, tags etc.

Installation Guide

  • Download, install and run MSSQL Server Developer Edition
  • Clone the repository
  • Run dotnet restore command
  • Run dotnet ef migrations add Init command
  • Run dotnet ef database update command
  • Run the solution

Screenshots:

Home page