Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 356 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 356 Bytes

TodoLists

Todo lists .NET Core + Vue.js

To begin use this app you need:

  1. Create sql server database 'TodoLists' (or other db name and appropriate connectionString in appsettings.json)
  2. Create user 'testLogin'
  3. Apply migrations: Navigate to Tools >> Nuget Package Manager >> Package Manager Console. Put in 'Update-Database' command and hit enter