This is a casestudy for the deloitte summer internship.
A Web Portal that can be used to upload files and display the metadata to the user
- User login/register
- Upload page
- Metadata display
- User login/register
- Upload files
- Delete files
- Admin Page
- Metadata display
- Install dotnet version 6
- Use Visual Studio 2022
- Update the database connection strings "AuthenticationDBConnection" and "FileDBConnection" in appsettings.json file
- Add-Migration "Initial Commit" -Context AuthenticationDbContext
- update-database -Context AuthenticationDbContext
- Add-Migration "Initial Commit" -Context FilesDbContext
- update-database -Context FilesDbContext
To look at database you can import the .mdf files in ~/Database folder, but the upladed files will be missing as they are not in git.
Thank you😁.