Skip to content

liuvt/IdentityBlazorCoreAPI

Repository files navigation

IdentityBlazorCoreAPI v1 👋

  • This's website with Identity Blazor Server Core API with Client and Server in a hosting/localhost

Enviroment

  • Languages: C#, HTML, CSS, JavaScript
  • Back-End: Blazor Server Core API, EF, LinQ
  • Front-End: Blazor Server
  • Databases: MySQL
  • Other: Firebase, Drive Google API

Change configs in files

  • IdentityBlazorCoreAPIDbContext.cs: connenction string to MySQL
  • Program.cs: connenction string to MySQL
  • appsettings.json: ConnectionStrings, JWT, localhost

Connection String MySQL

  • server=localhost;user=root;password=123456aA@;Port=3306;database=IdentityBlazorAPI; Persist Security Info=False; Connect Timeout=300

Github cmd

Some command help for Dev

  • Git add fiile changes: git add *
  • Git commit: git commit -m "comment"

Command dotnet to run project step by step

  • Clone project: git clone https://github.com/liuvt/IdentityBlazorCoreAPI.git
  • Build: dotnet build
  • Create mirations: dotnet ef migrations add Init -o Data/Migrations
  • Create database: dotnet ef database update
  • Hot run: dotnet watch run /a
  • Publish project: dotnet publish -c Release --output ./Publish IdentityBlazorCoreAPI.csproj

Learn by Video

Tutorial video learn about: https://www.youtube.com/playlist?list=PL1GjZTGoP_IldvgKuAipAUIok0T5Sgpu5

⭐️ From Ruộng

About

Init

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors