Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.17 KB

gettingstarted.rst

File metadata and controls

53 lines (36 loc) · 1.17 KB

Getting Started

SC FullCalendar is an ASP.NET CORE MVC 6 Project that can be used to start building your Booking Website.

images/solution.PNG

images/1-week.PNG

images/3-month.PNG

Key Features

  • Asp.net Core MVC 6.
  • MS SQL Server Express.
  • FullCalendar 6.
  • Persist appointments on database.
  • Full Ajax operations.
  • Well structured & Designed solution.
  • Clean code.
  • EntityFrameworkCore Code First.
  • Seperated Business Patterns.
  • Generic Repository Pattern.
  • Full commented source codes.
  • Jquery based prototype pattern.

Environment

To build the Solution you need to have:
  • Visual Studio 2022
  • Microsoft SQL Server Express (2014 or later)
  • Micrsoft .NET 6 SDK

Settings

Before building the solution, make sure to have the correct parameters on the appsettings.json.

  • ConnectionStrings : Default Connection String of the database

Build & Run

After updating settings, you can build and Run the solution.

The Project use EntityFrmaeworkCore Code First, so the database will be created automatically on project Startup.