Skip to content

API to obtain the data of the Tower of God Rankers made with .NET CORE, using entity framework and SQL Server.

Notifications You must be signed in to change notification settings

LuisFelipe333/RankersAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RankersAPI

Requirements

  • Visual Studio
  • .NET 6.0
  • SQL SERVER or SQL SERVER EXPRESS

TO DO

  • If you use SQL Server Express, uncomment the selected line and comment the line below. Connectionsqlexpress

  • If is not the case, just complete the connection string with their respective credentials. Connectionsqlserver

  • Open the Package manager console Package manager console

  • Execute the next commands

    • dotnet ef migrations add CreateInitial
    • dotnet ef database update
  • Run the code Run the code

About

API to obtain the data of the Tower of God Rankers made with .NET CORE, using entity framework and SQL Server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages