chrisgate / BookCart

An e-commerce application for an online book store.

Home Page:https://bookcart.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BookCart

An e-commerce application for an online book store created with ASP.NET Core 3.1 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
  • Reactive forms
  • Form validation (inbuilt and custom)
  • Pipes
  • Dynamic themes

Prerequisites

  • Visual Studio 2019
  • SQL Server
  • .NET Core 3.1 SDK or above
  • Node.Js V12.0 or above

Steps to run the app

  1. Clone the Repo
  2. Scaffold the database using the DBScript
  3. Put your connection string in appsettings.json file.
  4. Build and launch the application from Visual Studio.

Licenese

MIT

About

An e-commerce application for an online book store.

https://bookcart.azurewebsites.net/

License:MIT License


Languages

Language:CSS 59.3%Language:TypeScript 18.8%Language:C# 12.3%Language:HTML 9.0%Language:JavaScript 0.5%Language:Shell 0.1%