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

https://github.com/taberkkaya/erp

.NET 8 & Angular ERP
https://github.com/taberkkaya/erp

angular automapper clean-architecture cqrs-pattern entity-framework-core jwtbearer net-8 repository-pattern result-pattern typescript wep-api

Last synced: 16 days ago
JSON representation

.NET 8 & Angular ERP

Awesome Lists containing this project

README

          

# ERP

## πŸš€ Technologies
- .NET Core Web API
- TS.CleanArchitecture
- TS.GenericRepository
- TS.Result
- Clean Architecture
- Result Pattern
- CQRS Pattern
- Entity Framework Core
- MediatR
- AutoMapper
- JwtBearer
- TypeScript
- Angular

## Authentication Instructions

This ERP application does not include a login screen. To use the system, you need to obtain a token manually and store it in the browser. Follow these steps:

### 1. Get a Token:

Open the Swagger UI.

Use the following credentials to authenticate:

Username: admin

Password: 1

Copy the generated token.

### 2. Store the Token in the Browser:

Open the browser’s developer console (F12 β†’ Application β†’ Local Storage).

Add a new key-value pair:

Key: token

Value: (paste the obtained token here)

*Now, the Angular frontend will use this token for authentication.*

## πŸ“Έ
![1](https://github.com/user-attachments/assets/75be5446-4dd8-4b0c-a997-d3fe77700eda)
![2](https://github.com/user-attachments/assets/7aedf690-83f1-47bf-96eb-675137bbe71a)
![3](https://github.com/user-attachments/assets/c2f4e90b-0bb5-46be-94a3-d97c1f88d51e)
![4](https://github.com/user-attachments/assets/b10478ed-4167-48ad-9b64-2bb2fead0de4)
![5](https://github.com/user-attachments/assets/edcc7739-f352-456e-95c3-6a61e628b341)
![6](https://github.com/user-attachments/assets/f5204747-1eb5-4f92-83dc-379c452a6000)
![7](https://github.com/user-attachments/assets/149b4f0b-da2d-4b0d-9c81-9b21681cc6d8)
![8](https://github.com/user-attachments/assets/0c37ec02-b557-486d-a866-56debdde0abf)
![9](https://github.com/user-attachments/assets/22cd6e5a-5708-4307-9804-87f87ca68fe4)

## πŸ“š Source
πŸ“Ί *[Taner Saydam's Udemy profile](https://www.udemy.com/user/taner-saydam/?kw=taner+saydam&src=sac)* ⭐⭐⭐⭐⭐

πŸ™ *[ERP.Udemy](https://github.com/TanerSaydam/ERP.Udemy)*