For Backend
- Enter your DB Connection String in appsettings.json
- Run "dotnet ef migrations add InitialCreate" In Terminal of Backend
- "dotnet ef database update" In Terminal of Backend
- Run the Following Command in Sql Server inide Db "insert into Verify_login (Email,Password,identifier ) values( '[email protected]' ,'admin123',4)"
Admin user will be Created,Login Email= [email protected] and Password = admin123
For Frontend Read its Readme inside "/Study"