I am currently trying myself in Entity Framework in C# and trying to do the registration/auth with Identity. I was following this guide (3:38) but when came the migration part I've got some issues.
The person in the guide uses a PostgreSQL server on some hosting to connect to it with a connection string
Host=;Port=;Database=;Username=;Password;
and connects to his hosting. I don't have any hosting machine and never worked with servers. How can I use (if I actually can) a connection string to create a database file right in my project directory?