An open API service indexing awesome lists of open source software.

https://github.com/pylena/ecommerce

E-commerce application built with Angular and NgRx for the frontend, and ASP.NET Core for the backend
https://github.com/pylena/ecommerce

angular asp-net ngrx

Last synced: about 1 month ago
JSON representation

E-commerce application built with Angular and NgRx for the frontend, and ASP.NET Core for the backend

Awesome Lists containing this project

README

          

# Full-Stack Application Using NgRx and Microservices

## Objective

This project aims to develop a full-stack E-commerce application integrating NgRx state management in Angular with a microservices-based backend in .NET Core. The focus areas include:

* Efficient state management using NgRx (Store, Effects, Actions, Reducers, and Selectors)

* Microservices communication and REST API integration

### Project Overview

* Frontend (Angular)

NgRx for managing products and orders

UI to crud opreations: display, add, and remove products

* Backend (.NET Core Microservices)

Product Service: Manages product catalog

Order Service: Manages customer orders

Microservices communicate via REST APIs

### Technologies Used:

* Frontend: Angular, NgRx

* Backend: .NET Core, Entity Framework Core, SQL Database