You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add LocalDB connection string fallback for developers (#1)
Updated the README to include a pre-configured connection string for SQL Server LocalDB. This helps new contributors who have Visual Studio installed but do not have a standalone SQL Server instance running, lowering the barrier to entry for the project.
- In Solution Explorer, make sure that SimplCommerce.WebHost is selected as the Startup Project
35
39
- Open the Package Manager Console Window and make sure that SimplCommerce.WebHost is selected as the Default project. Then type "Update-Database" then press "Enter". This action will create the database schema.
0 commit comments