Demo project for starting work with Entity Framework Core. Project contains a Data, Domain, and Web project.
- Install docker
- Run the docker up scripts to create a DB container: ./scripts/_up.sh.
- Run local run configuration through IDE of choice.
There are various scripts under the script directory for EF Core migration operations. In order to run these you'll need to install the dotnet and dotnet ef CLIs.