Skip to content

Commit

Permalink
Progres Tips
Browse files Browse the repository at this point in the history
  • Loading branch information
enkodellc authored Jan 2, 2020
1 parent 57ad4ad commit e19ffeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ This project is licensed under the terms of the [MIT license](LICENSE).
for Blazor Boilerplate or [Gitter aspnet/Blazor](https://gitter.im/aspnet/Blazor?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge).
- Debugging is very limited on WebAssembly / Client-side Blazor, which this project is. The server side of the project can easily be debugged, just not there yet on the client-side code.
Take a look at the "Dual" branch for SSB / CSB options. It may be a bit outdated.

### Postgres Support
Delete Existing Migrations in the BlazorBoilerplate.Server/Migrations Folder and then create your own migrations:
`dotnet ef migrations add InitialApplicationDbMigration --context ApplicationDbContext -o Migrations\ApplicationDb`
`dotnet ef migrations add InitialConfigurationDbMigration --context DbContextOptionsBuilder -o Migrations\ConfigurationDb`
`dotnet ef migrations add PersistedGrantDbContext --context PersistedGrantDbContext -o Migrations\PersistedGrantDb`

### Docker Support
- Prerequisite: Install [Docker Desktop](https://go.microsoft.com/fwlink/?linkid=847268)
Expand Down

0 comments on commit e19ffeb

Please sign in to comment.