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

https://github.com/kevinricar24/blogengine

ASP.NET Core Application to manage and view post and comments
https://github.com/kevinricar24/blogengine

architectural-patterns asp-net asp-net-core asp-net-mvc dbcontext dependency-injection entity-framework-core repository-pattern

Last synced: 6 months ago
JSON representation

ASP.NET Core Application to manage and view post and comments

Awesome Lists containing this project

README

          

# BlogEngine

Requirements:

- netcoreapp3.0
- Microsoft.EntityFrameworkCore.Design Version="3.0.0"
- Microsoft.EntityFrameworkCore.SqlServer Version="3.0.0"
- Microsoft.EntityFrameworkCore.Tools Version="3.0.0"
- Microsoft.EntityFrameworkCore Version="3.0.0"
- Microsoft.Extensions.Logging.Debug Version="3.0.0"
- Microsoft.VisualStudio.Web.CodeGeneration.Design Version="3.0.0"

# ASP.NET Core Web Application

- BlogEngine.Database
- BlogEngine.BusinessLogic
- BlogEngine.DataAccessLayer
- BlogEngine.Web

# Steps to run the Application

1) Execute the script BlogEngineSchemaData.sql located in BlogEngine.Database\Script
2) Execute the project BlogEngine.Web (please Set as StartUp Project )
3) to create posts use the Writer user
- Go to Login and use this credentials (user and password) : userwriter
- Create posts in draft status or sent to publish
4) to approve posts use the Editor user
- Go to Login and use this credentials (user and password) : usereditor
- Publish the posts pending to approve
5) Go to Home Page to view all posts published
6) Entry in the detail of each post in the link "Continue Reading"
7) Add Comment in the post

![alt text](Images/Image1.png "view")

![alt text](Images/Image2.png "view")

![alt text](Images/Image3.png "view")

![alt text](Images/Image4.png "view")

![alt text](Images/Image5.png "view")