Kizspy.me
Implement a part of Handbag Store Application. The below Figure is a part of Spring2025HandbagDB
database.
SystemAccounts
AccountID
Username
Brand
Email
Password
Role
IsActive
BrandID
BrandName
Country
Founded Year
Website
Handbag
HandbagID
BrandID
ModelName
Material
Color
Price
Stock
ReleaseDate
Zoom
Note that: Role: Administrator=1; Moderator = 2; Developer-3; Member=4.
Part 01 (7.0 points). Create an API using ASP.NET Core Web API with Entity Framework Core. A MS SQL
Server database will be created to persist the data and it will be used for reading and managing data.
1. Check authentication/authorization the ASP.NET Core Web API with JSON Web Token (JWT)
+ 100%
Close