Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.66 KB

README.md

File metadata and controls

25 lines (23 loc) · 1.66 KB

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