Skip to content

DaniS114/Licence-Prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Licence-Prep

Front end

A front end részhez a Visual Studio Code kiegészítőjét használtam: Live Server, amely localhoston futattja a HTMl file-okat. https://localhost:5000

Back end

Dotnet 9 SDK segítségével, a következő kommandokat futtatam:

dotnet tool install --global dotnet-ef dotnet restore

dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org

dotnet ef migrations add InitialCreate dotnet ef database update

és végül a backend root folderben: dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors