- This's website with Identity Blazor Server Core API with Client and Server in a hosting/localhost
- Languages: C#, HTML, CSS, JavaScript
- Back-End: Blazor Server Core API, EF, LinQ
- Front-End: Blazor Server
- Databases: MySQL
- Other: Firebase, Drive Google API
- IdentityBlazorCoreAPIDbContext.cs: connenction string to MySQL
- Program.cs: connenction string to MySQL
- appsettings.json: ConnectionStrings, JWT, localhost
- server=localhost;user=root;password=123456aA@;Port=3306;database=IdentityBlazorAPI; Persist Security Info=False; Connect Timeout=300
- Clone project: git clone https://github.com/liuvt/IdentityBlazorCoreAPI.git
Some command help for Dev
- Git add fiile changes: git add *
- Git commit: git commit -m "comment"
- 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
Tutorial video learn about: https://www.youtube.com/playlist?list=PL1GjZTGoP_IldvgKuAipAUIok0T5Sgpu5
⭐️ From Ruộng