Skip to content

ezebinker/ef-test

Repository files navigation

EF Core Test

This is a simple project to test EF Core.

How to run

  1. Clone the repository
git clone
  1. Go to the project folder
cd ef-test
  1. Run migrations:
dotnet ef database update
  1. Run the project:
dotnet run