Skip to content

hyunbin7303/KJ_Ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KJ_Ecommerce

Kevin and Julio E-Commerce website XD First Commit !

E

The following enhancements have been made to Identity Service process: By formatting the existing EF Identity service, we can now add the claims for each individual users.

##Setup

Ecommerce API setup.

Identity Service setup for creating database.

  1. Go to UserIdentity Folder. (e.g. KJ_Ecommerce\Backend\UserIdentity\UserIdentity
  2. Open the powershell, and type `dotnet ef migrations add [anyname]
  3. dotnet ef database update