Skip to content

devston/dotnetmvc-diary-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ab159a · Aug 29, 2022

History

71 Commits
Aug 20, 2022
Aug 20, 2022
Aug 20, 2022
Aug 20, 2022
Aug 29, 2022
Aug 29, 2022
Aug 29, 2022
Aug 29, 2022
Aug 29, 2022
Dec 12, 2021
Jan 4, 2022
Jul 23, 2018
Aug 20, 2022

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