A templated project for asp.net core 6 blazor wasm. (Persian and RTL)
- Download the project
- Open it by Visual Studio 2022 or VS Code
- Open PowerShell in Server folder path (I recommend install "windows terminal" from Microsoft Store) , or in visual studio 2022 right click on Attendance.Server and select Open in Terminal
- Execute this command in your powershell for creating sql server database in your .\SQLEXPRESS instance : dotnet ef database update
- If you want to edit or add database tables execute this command in your powershell for adding a new migration to Server/Data/Migrations folder : dotnet ef migrations add createDb -o Data/Migrations
- If you have not sql server database .\SQLEXPRESS instance , install sql server express from this link : https://go.microsoft.com/fwlink/?linkid=866658
- If you want to create the DataBase in your own sql server instance , edit the connection string in this file : Server/appsettings.json (line 10) , then execute dotnet ef database update command