https://github.com/abhayprince/blazingblog
BlazingBlog - A fullstack blog web app using Asp.Net Core Blazor Server & EF Core - .Net 7
https://github.com/abhayprince/blazingblog
asp-net-core blazor blazor-server csharp dotnet dotnet-core
Last synced: about 1 year ago
JSON representation
BlazingBlog - A fullstack blog web app using Asp.Net Core Blazor Server & EF Core - .Net 7
- Host: GitHub
- URL: https://github.com/abhayprince/blazingblog
- Owner: Abhayprince
- Created: 2023-06-05T18:17:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T10:48:05.000Z (over 1 year ago)
- Last Synced: 2025-03-31T16:13:09.538Z (about 1 year ago)
- Topics: asp-net-core, blazor, blazor-server, csharp, dotnet, dotnet-core
- Language: HTML
- Homepage:
- Size: 1.58 MB
- Stars: 38
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.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](https://www.youtube.com/playlist?list=PLlgYGDJXMjDZa3WCMX31rkyKo6wXUL8qf)
-------------------------------
## Support Me
> If you like my content and want to support me,
>
> Star this Repository
>
>