- .NET Core Web API
- TS.CleanArchitecture
- TS.GenericRepository
- TS.Result
- Clean Architecture
- Result Pattern
- CQRS Pattern
- Entity Framework Core
- MediatR
- AutoMapper
- JwtBearer
- TypeScript
- Angular
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:
Open the Swagger UI.
Use the following credentials to authenticate:
Username: admin
Password: 1
Copy the generated token.
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.
📺 Taner Saydam's Udemy profile ⭐⭐⭐⭐⭐
🐙 ERP.Udemy