Skip to content

taberkkaya/ERP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 2 3 4 5 6 7 8 9

πŸ“š Source

πŸ“Ί Taner Saydam's Udemy profile ⭐⭐⭐⭐⭐

πŸ™ ERP.Udemy