4. Test installation
Last updated
Was this helpful?
If you haven't set your connection settings, open the Data/SystemDbContext.cs and Data/AppDbContext.cs files and comment the following line:
// Database.EnsureCreated();Open the terminal at the root directory:
$ dotnet runUncomment the lines mentioned in step 1.
You're ready to configure your app:
Last updated
Was this helpful?
Was this helpful?