Skip to content

ti-ka/CPTRequestForm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


1. Install dotnet core (if not installed already):
To Check if installed, go to Command Prompt and type: dotnet
Comes bunded with VS 2017

https://www.microsoft.com/net/download/core


2. Go to Models Folder in Command Prompt. 
You can do that by going to the directory Internship.Models in File Explorer, then type "cmd" on the Address Bar of File Explorer.

3. Type the follwing two commands

dotnet ef migrations add Init

dotnet ef database update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 85.7%
  • HTML 13.9%
  • Other 0.4%