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.
- Visual Studio 2022 with ASP.Net/ web component and .Net 6 SDK installed.
- Node js
- Run
update-database
in the nuget package manager console against theDiaryScheduler.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
- Add API authorisation
- Add an Angular UI example
- Remove jQuery
- Add google calendar integration
- Add Office 365 integration