/KJ_Ecommerce

Ecommerce Project

Primary LanguageC#

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