Skip to content

devston/dotnetmvc-webapi-diary-scheduler

Repository files navigation

ASP.Net Core MVC & Web API Diary Scheduler

An ASP.Net Core 6 MVC & Web API diary scheduling app based on the domain-driven design concept. This makes use of ASP.Net Core 6 MVC, ASP.Net Core Web API, 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 & DiaryScheduler.Api (SwitchStartupProject is set up to do this if available in Visual Studio)
  • Navigate to the scheduler area

TODO:

  • Add API authorisation
  • Add an Angular UI example
  • Remove jQuery
  • Add google calendar integration
  • Add Office 365 integration

Credits