Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zyhou/blogmvc-aspnetcore

BlogMVC done with ASP.NET Core
https://github.com/zyhou/blogmvc-aspnetcore

asp-net-core blogmvc csharp

Last synced: 24 days ago
JSON representation

BlogMVC done with ASP.NET Core

Awesome Lists containing this project

README

        

# BlogMVC : ASP.NET Core

My contribution to [BlogMVC.com](http://www.blogmvc.com/) using ASP.NET Core.

## Install

- [.NET Core 1.1](https://www.microsoft.com/net/download/core#/current)
- Mysql
- Create structure database, [dump.sql](https://github.com/zyhou/BlogMVC-ASPNETCore/blob/master/dump.sql)
- Open the solution file BlogMVC.sln
- Edit connection string in [appsettings.json](https://github.com/zyhou/BlogMVC-ASPNETCore/blob/master/src/BlogMVC/appsettings.json)
- Start the web site

## Todo

- [ ] add cache
- [ ] add flash message when the post is added
- [ ] delete if possible "runtimes" section in [project.json](https://github.com/zyhou/BlogMVC-ASPNETCore/blob/master/src/BlogMVC/project.json)

# Learn more

- Official website : [https://www.asp.net/core](https://www.asp.net/core)
- Documentation : [https://docs.microsoft.com/en-us/aspnet/core/](https://docs.microsoft.com/en-us/aspnet/core/)
- Source : [https://github.com/aspnet](https://github.com/aspnet)