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.
- Visual Studio 2022 with ASP.Net/ web component and .Net 6.0 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
- Create a user & navigate to the scheduler area
- Switch validation layer to use FluentValidation.
- Improve styling for account pages.
- Remove jQuery
- Add google calendar integration
- Add Office 365 integration