Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 476 Bytes

File metadata and controls

12 lines (5 loc) · 476 Bytes

This is a simple booking app to add bookings and display it in a jQuery Full Calender.

It is built with .net6 Razor pages and with the Entity Framework

Please run Update-Database in the Package manager console to create the DBs in local.

Also please update the connection string in app settings.json to match your local sql server

"EventRazorPages": "Server=localhost\\SQLEXPRESS;Database=EventDemoApp;Trusted_Connection=True;TrustServerCertificate=True"