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
- Host: GitHub
- URL: https://github.com/pylena/ecommerce
- Owner: pylena
- Created: 2025-03-14T23:44:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-16T03:12:32.000Z (over 1 year ago)
- Last Synced: 2025-10-04T18:53:48.680Z (9 months ago)
- Topics: angular, asp-net, ngrx
- Language: TypeScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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