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
- Host: GitHub
- URL: https://github.com/kevinricar24/blogengine
- Owner: kevinricar24
- Created: 2019-10-23T13:45:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T11:46:27.000Z (over 6 years ago)
- Last Synced: 2025-01-12T18:11:19.271Z (over 1 year ago)
- Topics: architectural-patterns, asp-net, asp-net-core, asp-net-mvc, dbcontext, dependency-injection, entity-framework-core, repository-pattern
- Language: C#
- Homepage:
- Size: 1.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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




