BlazingBlog - A fullstack blog web app using Blazor Server, EF Core and SQL Server- .Net 7
-
Clone the Repo
git clone https://github.com/Abhayprince/BlazingChat
-
Restore the packages (Rebuild the solution)
-
Change the Database connection string in
appsettings.Development.json
file in the Project"ConnectionStrings": { "Blog": "Data Source=.;Initial Catalog=BlazingBlog;Integrated Security=True; Trusted_Connection=True;Encrypt=False" }
-
Run the migrations - to update the database using following Package Manager Console Command
Update-Database
-
Run the solution
-
Congratulations, BlazingBlog app is running
If you want to see this project build with live coding, checkout the detailed video series on my youtube channel
If you like my content and want to support me,
Star this Repository