/BookCart

An e-commerce application for an online book store.

Primary LanguageCSSMIT LicenseMIT

BookCart

An e-commerce application for an online book store created with ASP.NET Core 3.0 and Angular 8, using SQL Server as database.

Concepts Covered

ASP .NET Core

  • Web API created using EF Core DB first approach
  • Policy based Authorization using JWT
  • Repository pattern
  • Dependency Injection
  • Swagger implementation

Angular

  • Angular Material
  • Routing & Navigation
  • Auth guards
  • Lazy loading of modules
  • HTTP Interceptors
  • Template-driven forms
  • Form validation (inbuilt and custom)
  • Pipes
  • Dynamic themes