Skip to content

elranu/eCommerce-App

 
 

Repository files navigation

.NET Core

Ecommerce App using ASP.NET Core and Angular

Hi Friends,

During this lock-down period; I spent some time writing one full stack project using ASP.NET Core and Angular 9 with other best practices as explained below. I hope you like it. Demo Link:- https://sports-center.azurewebsites.net/ Git Link:- https://github.com/rahulsahay19/eCommerce-App

Introduction

In this section, you will learn how to build full fledged Ecommerce app using asp.net core and angular 9. Below are the key takeaways from this project. Anyone who wants to learn and write professional enterpise projects can refer this project. This project not only illustrates how to implement all layers to the point rather it adheres to best practices as followed by industry.

Here, you will learn variety of technologies like

  • Angular Lazy loading
  • Angular Routing
  • Angular Reactive Forms
  • Angular Creating a MultiStep form wizard
  • Payment gateway integration
  • Angular Re-usable Reactive form components
  • Angular validation
  • Async Validation
  • .Net Core
  • Angular
  • C# Generics
  • Repository Pattern
  • Unit of Work Pattern
  • Specification Pattern
  • Caching

I have shipped two branches in Github. Master branch is meant for development cut and production is for finished product. While going through the code, you will see how to implement best practices using tons of client/server techniques. Here, you will see

  • How to use specification pattern in conjunction with Repository and Unit of Work pattern
  • How to use multiple DbContext to separate business logic with Identities
  • How to use JWTs token using ASP.NET Identity
  • How to load lazy loaded routes.
  • How to use Automapper
  • How to build a cool theme from bootstrap
  • How to make use of Reactive Forms
  • How to create interceptors
  • How to implement Paging, Sorting, Searching and Filtering
  • How to implement caching both at client and server level
  • How to use Azure Redis Cache
  • How to integrate payment gateway using Stripe
  • How to create reusable reactive forms
  • How to make use of Input and Output Binding
  • How to make use various observables
  • How to make use of Generics
  • How to create custom middlewares
  • How to create custom application service extensions
  • How to persist data at service level
  • How to make API error handling more consistent and generic
  • How to seprate multi layer .net project with its responsibility
  • How to create multi step form to complete the order
  • How to make use of angular material component with bootstrap
  • Accepting payments via Stripe using the new EU standards for 3D secure
  • Publishing the app on Azure
  • And many more things

How Project is structured

Below, I have Pasted the high level glimpse project structure.

14th

APIs Structure goes like

16th

Here, you will get Custom middleware implementation, extension methods, DTOs, Custom Error Handling and few Helper methods as well.

Angular Project looks like

17th

Here is the detailed feature-wise detailing of angular project.

18th

Then, we have Core implementation of project. This holds design pattern implementation like show below.

19th

Similarly, I have Infrastructure project which holds all repository, interface implementation. This also holds the seed project and data context as well.

20th

Warning and Disclaimer

Every effort applied to make this project complete and accurate to the topic, but no warranty is implied. Any implementation in this project are MY OWN and also borrowed from best practices segment. ALL content presented AS-IS, for learning purposes only. Author will not be liable for any loss or damages arising from the information presented in this project. This also involves stripe implementation. Just use test card as explained in readme not actual card. Incase, if any amount get deducted from actual card, author won't be responsible for any loss or damage.

Client

This project was generated with Angular CLI version 9.0.1. You can cd into client folder and do npm i to install the packages then ng serve.

Development server

This project is built using asp.net core 3.1. you can cd into API directory and say dotnet restore and then dotnet watch run.

Server Side Technologies

  • .Net Core
  • Generic Repository Patterns
  • Unit of Work Pattern
  • Specification Pattern
  • Azure Redis Cache
  • Sqlite during devlopment
  • Mysql in Production
  • Swagger
  • Stripe Implementation

Client Side Technologies

  • Angular 9
  • Bootstrap 4
  • ngx-bootstrap
  • Font Awesome
  • Lazy Loading
  • Caching
  • RXJS
  • Design Components

About the project

This project is divided into branches. Master branch is development cut and production branch is production cut. In order to understand best practices and differences between them try comparing both.

Mobile UX

Currently this project is not mobile friendly as I didn't get time to make it mobile compatible. In case, anyone interested, do submit PR.

PR and Comments

I am open for extension of this project. Incase, if anyone wants to extend any feature, you can submit PR.

Stripe Test Cards

You can also follow docs here https://stripe.com/docs/testing

13th

Glimpse of the working solution

Demo Link:- https://sports-center.azurewebsites.net/

1st

2nd

3rd

4th

5th

6th

7th

8th

9th

10th

11th

12th

Credits:

Influenced by Neil Cummings

About

Ecommerce App using .Net Core 3.1 and Angular 9

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 52.2%
  • TypeScript 30.4%
  • HTML 14.8%
  • SCSS 1.8%
  • JavaScript 0.8%