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
- Host: GitHub
- URL: https://github.com/taberkkaya/erp
- Owner: taberkkaya
- Created: 2025-03-08T20:16:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-13T20:38:01.000Z (about 1 year ago)
- Last Synced: 2025-03-16T02:42:55.032Z (about 1 year ago)
- Topics: angular, automapper, clean-architecture, cqrs-pattern, entity-framework-core, jwtbearer, net-8, repository-pattern, result-pattern, typescript, wep-api
- Language: JavaScript
- Homepage:
- Size: 17.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*
## πΈ









## π 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)*