Mediaful is a Blazor Server social media application written in C# that was created with the goal of providing users with a meaningful way to track and share the movies and television shows they watch.
- Clone the repository.
- Set the connection string in
appsettings.json. - Enter the required email details for
EmailSender.csinSecrets.json,appsettings.json, or hard-coded in the file itself. Alternatively, comment line 47 ofProgram.cs(theEmailSenderservice registration) to disable email functionality. - Run the project.
- Navigate to the Register page.
- Enter credentials into the input fields and click the “Register” button.
- A verification email will be sent from
Mail:NoReplyAddressto the entered email address, it is required to click the link in the email body to verify the account. This process may take several minutes and the email could be filtered to your “Junk” folder by mistake. If theEmailSenderis disabled inProgram.cs, instead click "Click here to confirm your account" to manually confirm your account. - After verifying the account, navigate to the Login page and enter the credentials used to register.








