An ecommerce app for selling Skiing equipments list used Stripe for payment processing.
Client side technologies used are:
- Angular 9
- Bootstrap 4
- ngx-bootstrap
- Font Awesome
- RXJS
- Material-ui
Server side technologies used are:
- .Net Core
- Generic Repository Patterns
- Redis Cache
- Sqlite
- AutoMapper
- Entity Famework
This project was generated with Angular CLI version 9.0.1. You can cd into client folder and
use commadn npm i
to install the required packages.
Use command ng serve
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.
This project was made by referring to a udemy course 'Learn to build an e-commerce app with .Net Core and Angular' Along with my personal modification to make it interactive.