Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zyhou/blogmvc-aspnetcore
- Owner: zyhou
- Created: 2017-01-15T22:13:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T17:33:08.000Z (about 8 years ago)
- Last Synced: 2024-11-06T13:47:40.293Z (2 months ago)
- Topics: asp-net-core, blogmvc, csharp
- Language: C#
- Homepage:
- Size: 549 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)