Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 369 Bytes

Asp.Net_Core_7.0_Web_Api

I have created web api to improve my asp.net core skill

What I have used so far

  • Repository Pattern
  • AutoMapper (For mapping class one to another)
  • Fluent Validation (For validation)
  • Fluent Api (For creating table relations)
  • Migrations (For creating tables)
  • Added CORS Policy
  • Authorization and Authentication with jwt token