Web API Final Entity Framework Core - Code First Approach Team Member: Nhi Nguyen Shane Irvine Samir Agrawal Aleksei Nechaev Command to run project: Add Migrations: dotnet ef migrations add (name_of_migrations) Seed data in Databae: dotnet ef database update