App for delegating tasks from pool between users using drag and drop. Communication beetween database and frontend was made using AJAX requests and REST API.
Drag and drop events were handled with use of Dragula library.
App needs .NET Core SDK with at least 2.1.3 version (tested on 2.1.403)
-
Download project files from GitHub repository
-
Change connection string to database in appsettings.json (change server for existing server and provide database name)
-
Use .NET CLI to run the following commands:
dotnet ef migrations add <name_of_migration>
dotnet ef database update
-
Run project hosted on IIS using either VisualStudio or command:
dotnet run