Skip to content

MitarBrankovic/.net8-angular18-template-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core 8.0 and Angular 17 project template

This template is simplified version of Jason-Taylor template. For authorization and authentification is used JWT.

How to use it?

  • clone / download
  • set Web project as startup project
  • rename solution (optional)
  • change connection string in appsettings.json
  • add APIs for google and facebook login in appsettings.json (optional)
  • start TemplateBackend.Web for .Net application
  • npm i --> npm start for Angular application

Rename solution

  • rename solution in Visual studio
  • close solution
  • rename folder
  • right click on sln file in file explorer --> Edit in notepad --> change folder names of projects
  • change all namespaces in project with Visual studio using replace all

More info at link1 and link2.