Skip to content

BlazingBlog - A fullstack blog web app using Asp.Net Core Blazor Server & EF Core - .Net 7

Notifications You must be signed in to change notification settings

Abhayprince/BlazingBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Blazing-Blog-Home-Page-Abhay-Prince


Blog Post Detail Page

Blazing-Blog-Detail-Page-Abhay-Prince


Manage Categories Page

Blazing-Blog-Manage-Categories-Page-Abhay-Prince


Manage Blog Posts Page

Blazing-Blog-Manage-Blog-Page-Abhay-Prince


Create/Edit Blog Post Page

Blazing-Blog-Save-Blog-Page-Abhay-Prince

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.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


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

Building Blog App with Blazor Server - YouTube


Support Me

If you like my content and want to support me,

Star this Repository

Buy Me A Coffee

About

BlazingBlog - A fullstack blog web app using Asp.Net Core Blazor Server & EF Core - .Net 7

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published