BlazingBlog
BlazingBlog copied to clipboard
BlazingBlog - A fullstack blog web app using Asp.Net Core Blazor Server & EF Core - .Net 7
BlazingBlog - A fullstack Blog Web App using Blazor Server
BlazingBlog - A fullstack blog web app using Blazor Server, EF Core and SQL Server- .Net 7
Screenshots
Home Page

Blog Post Detail Page

Manage Categories Page

Manage Blog Posts Page

Create/Edit Blog Post Page

To Run Locally
-
Clone the Repo
git clone https://github.com/Abhayprince/BlazingChat -
Restore the packages (Rebuild the solution)
-
Change the Database connection string in
appsettings.Development.jsonfile 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
Live Coding Video Series of Blazing Chat
If you want to see this project build with live coding, checkout the detailed video series on my youtube channel
Support Me
If you like my content and want to support me,
Star this Repository
