Changes to original code from the course
- Migrated to .NET CORE 2.0
- Changed database initialization code
See: Migrating 1.x to 2.0 should cover what to do with database initialization code in Startup.Configure #4134 dotnet/AspNetCore.Docs#4134
- Some major bugfixing with code from Lesson 7. Client-Side Functionality The program didn't worked correctly....