Skip to content

Submersed/ASP.Net.WebApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend part, ASP.Net Core Web Api

How to use: Requirements:

  • Visual Studio 2022
  • .NET 6.0

MODIFY launchSettings.json
Change IP Address from 192.168.0.40 to your Local IP address

"applicationUrl": "http://{your Local IP address}:22299"
"applicationUrl": "https://{your Local IP address}:7098;http://{your Local IP address}:5098"

type in Package Manager Console: If Migrations not exist or create new
Add-Migration "UrMIgrationName"

Then update local database Update-Database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published