Skip to content

saileshrijal/FineBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FineBlog

Beautiful blog website made on .Net Core MVC and SQL Server.

Features

  • Admin can create Users, Page, Posts and settings,
  • User can manupulate posts only which is created bye himself/herself.

Tech Stack

.Net Core MVC, SQL SERVER

Run Locally

Clone the project

  git clone https://github.com/saileshrijal/FineBlog

Go to the project directory

```bash
  cd FineBlog

Update database via Package Manager Console

  update-database

Update database via dotnet cli

  dotnet ef database update

Start/run the project

  dotnet watch

Build the project

  dotnet build

Build project is located on bin directory

Screenshots

1

2

3

4

5

6

7

8

9

10

11

Demo

Website Link Coming Soon