Todo lists .NET Core + Vue.js
To begin use this app you need:
- Create sql server database 'TodoLists' (or other db name and appropriate connectionString in appsettings.json)
- Create user 'testLogin'
- Apply migrations: Navigate to Tools >> Nuget Package Manager >> Package Manager Console. Put in 'Update-Database' command and hit enter