Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.03 KB

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.