Skip to content

Androds/pc-configuration-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Building the project

  1. Restore the nuget packages after opening the solution.
  2. Change the connectrion string inside the OnConfiguring method of the PcDbContext class to point to the desired SQL Server instance.
  3. Apply the mgirations by executing the Update-Database command inside the Package Manager Console.

Running the project

  1. Start the project by hitting F5.
  2. Once the web app is loaded navigate to ~/api/Seed in order to seed the data to the DB.
  3. You could then start using the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published