website/Website
2019-04-20 19:35:44 +01:00
..
Controllers Get a blog post (testing mysql connection) 2019-04-14 11:35:40 +01:00
Data Put interface behind database provider for testing. Use state object to get data from database, then map to model. 2019-04-14 21:52:35 +01:00
Models WIP commit 2019-04-18 19:28:58 +01:00
Properties Initial commit 2019-04-14 09:39:56 +01:00
ViewModels Add basic blog repo and models to test potential project structure 2019-04-14 10:25:52 +01:00
Views Put interface behind database provider for testing. Use state object to get data from database, then map to model. 2019-04-14 21:52:35 +01:00
wwwroot Add build process to compile and minify less files 2019-04-20 14:52:28 +01:00
appsettings.Development.json Put interface behind database provider for testing. Use state object to get data from database, then map to model. 2019-04-14 21:52:35 +01:00
appsettings.json Initial commit 2019-04-14 09:39:56 +01:00
bundleconfig.json Remove CSS from bundler. Add watch task. 2019-04-20 19:33:47 +01:00
gulpfile.js Remove CSS from bundler. Add watch task. 2019-04-20 19:33:47 +01:00
package-lock.json Add build process to compile and minify less files 2019-04-20 14:52:28 +01:00
package.json Remove CSS from bundler. Add watch task. 2019-04-20 19:33:47 +01:00
Program.cs Initial commit 2019-04-14 09:39:56 +01:00
Startup.cs Put interface behind database provider for testing. Use state object to get data from database, then map to model. 2019-04-14 21:52:35 +01:00
Website.csproj Add npm install to pre-build target to restore npm packages 2019-04-20 19:35:44 +01:00