A simple blog based on ASP.NET MVC
- Blog post dashboard
- User account management
- Multiple language support (Japanese and English are supported so far.)
- Bootstrap theme with material design
- Search blog posts by keyword
- Visual Studio 2015
- ASP.NET MVC 5
- .NET Framework 4.5.2
- SQL Server 2016 (A database file will be generated for the first time the project runs.)
- Database
- By default, a database file(Lifelog.mdf) is stored under App_Data folder. If you want to create a new one, delete Lifelog.mdf and then restart the application. If you want to create it in the folder that your SQL Server references, please update connection string in Web.config. Please refer to Web.config for details.