Creating a restful API in and consuming it by a web application.
In this project we are developing a rest api in asp.net core 6 and consuming that api using a web application built in asp.net 6
We use jwt authentication for api.
The following concepts are implemented to build this project.
- MVC
- Repository Design Pattern
- JWt Authentication with refresh token
- Eail Verification
- Unit tesing using xUnit test nuget package. -- Test Development Development.