Skip to content

AndrewConniff/TodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoList

Application Created in Visual Studio 2017 .NetCore 2.1

Run

  1. Clone the application into a folder on your machine
  2. Restore Nuget Packages
  3. Try the following step, if it fails run 'Add-Migration testMigration' then repeat the following step.
  4. In the Package Manager Console in Visual Studio 2017, run Update-Database to create the tables in the database

Data

  1. In the SQL folder, screipst exist to insert test data.
  2. In VS or SSMS (SQL Server Management Studio) connect to the localdb
  3. Run the insert scripts for TodoList first (TodoTasks has a dependency)
  4. Run the script for the tasks next.

Tests

  1. In visual studio run tests as desired
  2. Run the application and using a tool of your choice run the commands against the API to create new lists or view existing ones.
  3. Find scripts here to help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published