Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1018 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 1018 Bytes

Stack Overflow (Question Answer Platform)

Features

  1. User can create account with User Role.

  2. Only authenticated user can post question

  3. Any authenticated user can answer the question

  4. Any authenticated user can upvote or downvote

  5. Only Answer seeker can select the Answer

  6. Answer seeker can delete the question

  7. Moderator can delete the Question and Answer

Technology: ASP.NET Core 6.0 | EntityFramework Core 6.0 | MSSQL Server

Project Configuration:

  1. Update Data Source address in DefaultConnectionString underappsettings.json

  2. Run this command from Package Manager Console:

    1. dotnet ef database update --project StackOverflow.Web --context ApplicationDbContext

    2. dotnet ef database update --project StackOverflow.Web --context PlatformDbContext

  3. Run the project.

  4. Create an ser account or use Moderator account.

    1. Moderator Email: [email protected]

    2. Moderator Password: moderator@stackoverflow