Skip to content

devston/dotnetmvc-diary-scheduler

Repository files navigation

ASP.Net Core MVC Diary Scheduler

An ASP.Net Core 6 MVC diary scheduling app based on the domain-driven design concept. This makes use of ASP.Net Core 6 MVC, WebPack and fullcalendar.

.NET

Getting Started:

Prerequisites

Running the solution

  • Run update-database in the nuget package manager console against the DiaryScheduler.Data project to create the initial datastore.
  • Start DiaryScheduler.Presentation.Web
  • Create a user & navigate to the scheduler area

TODO:

  • Switch validation layer to use FluentValidation.
  • Improve styling for account pages.
  • Remove jQuery
  • Add google calendar integration
  • Add Office 365 integration

Credits