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.

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

1st

2nd

3rd

4th

5th

6th

7th

8th

9th

10th

11th

12th

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

Git Link:- https://github.com/rahulsahay19/eCommerce-App

Thanks for joining me.

Thanks,
Rahul Sahay
Happy Coding

Thanks, Rahul Happy Coding