WebAPIJWTTemplate.DB - database project for publishing database
WebAPIJWTTemplate.Repository - repository project to connect with database
WebAPIJWTTemplate.Services - business layer or service project for business logic, etc.
WebAPIJWTTemplate.API - api project for managing the end points.
Project requires Visual studio 2019/2022 with Dot Net core 8.0
Getting Started
Install the extension from the Visual Studio Marketplace. Also,
you can install it from Visual Studio.To do so click on "Extensions" menu item,
then select "Browse" , search for "Web API + JWT Token Template" select it and click "Download" button.
Restart Visual Studio
Click on "Create a New Project..." menu item
Type "Web API + JWT Token" on the search pane
Select "APS.Net WebAPI Application With OWIN" and click OK button.
Run .DB Project for creating the database.
Open a API project and open the appsettings.js
Edit the database connection string and the jwt token values