Skip to content

wearecapicua/DotNet-Core-Seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run the solution

  • Run dotnet restore at the root level of the project to restore packages.
  • Run cd DataAccess to move to DataAccess project.
  • Create the database with initial migration running dotnet ef database update
  • Go up and move to directory Net_Core_Seed of the solution. Then run the project with dotnet run
  • Open browser and go to http://localhost:53724/swagger/ to see the available endpoints.

Architecture

Features