-
User can create account with User Role.
-
Only authenticated user can post question
-
Any authenticated user can answer the question
-
Any authenticated user can upvote or downvote
-
Only Answer seeker can select the Answer
-
Answer seeker can delete the question
-
Moderator can delete the Question and Answer
Technology: ASP.NET Core 6.0 | EntityFramework Core 6.0 | MSSQL Server
Project Configuration:
-
Update
Data Source
address inDefaultConnectionString
underappsettings.json
-
Run this command from Package Manager Console:
-
dotnet ef database update --project StackOverflow.Web --context ApplicationDbContext
-
dotnet ef database update --project StackOverflow.Web --context PlatformDbContext
-
-
Run the project.
-
Create an ser account or use Moderator account.
-
Moderator Email: [email protected]
-
Moderator Password: moderator@stackoverflow
-