Beautiful blog website made on .Net Core MVC and SQL Server.
- Admin can create Users, Page, Posts and settings,
- User can manupulate posts only which is created bye himself/herself.
.Net Core MVC, SQL SERVER
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
Website Link Coming Soon