An open API service indexing awesome lists of open source software.

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

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
![Blazing-Blog-Home-Page-Abhay-Prince](https://raw.githubusercontent.com/Abhayprince/BlazingBlog/master/screenshots/1.png)

--------------------------------------------
#### Blog Post Detail Page
![Blazing-Blog-Detail-Page-Abhay-Prince](https://raw.githubusercontent.com/Abhayprince/BlazingBlog/master/screenshots/2.png)

--------------------------------------------
#### Manage Categories Page
![Blazing-Blog-Manage-Categories-Page-Abhay-Prince](https://raw.githubusercontent.com/Abhayprince/BlazingBlog/master/screenshots/3.png)

--------------------------------------------
#### Manage Blog Posts Page
![Blazing-Blog-Manage-Blog-Page-Abhay-Prince](https://raw.githubusercontent.com/Abhayprince/BlazingBlog/master/screenshots/4.png)

--------------------------------------------
#### Create/Edit Blog Post Page
![Blazing-Blog-Save-Blog-Page-Abhay-Prince](https://raw.githubusercontent.com/Abhayprince/BlazingBlog/master/screenshots/5.png)

## 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
>
> Buy Me A Coffee