https://github.com/tirtharajsinha/deblog
A modern yet simple blog engine built on ASP.NET Core
https://github.com/tirtharajsinha/deblog
asp-net-core blog-engine fullstack-development
Last synced: 9 months ago
JSON representation
A modern yet simple blog engine built on ASP.NET Core
- Host: GitHub
- URL: https://github.com/tirtharajsinha/deblog
- Owner: tirtharajsinha
- Created: 2023-06-30T15:32:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T14:30:49.000Z (over 2 years ago)
- Last Synced: 2025-10-14T13:08:03.535Z (9 months ago)
- Topics: asp-net-core, blog-engine, fullstack-development
- Language: CSS
- Homepage:
- Size: 3.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Deblog
### A Modern yet simple blog engine built on ASP.NET Core
| Technology | Used |
| ----------------- | -------------------------------- |
| Templating Engine | Microsoft's Razor parsing engine |
| ORM | Entity Framework |
| Database | mysql(XAMPP) through Pomelo |
| Authentication | Identity |
### Schema : [database-schema.txt](ProjectStructure/database-schema.txt)
### Route workflow : [controller.txt](ProjectStructure/controller.txt)
# ScreenShots
### Landing page

### Login page

### Home page

### New Blog page

### Update Blog Metadata page

### Write Blog page

### Blog viewer

### Your blogs management page

### User Settings page