Skip to content

WTC-PeerSupport is a question and answer site for wethinkcode students. It features questions and answers on a wide range of topics in computer programming, in case students run into problems they get to be corrected by their peers as well help.

Notifications You must be signed in to change notification settings

KudzanaiGomera/WTC-PeerSupport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WTC-PeerSupport

The website serves as a platform for Wethinkcode users to ask and answer questions, and, through membership and active participation, to vote questions and answers up or down and edit questions and answers in a fashion similar to a wiki or Reddit.Users of WTC-PeerSupport can earn reputation points and "badges"; for example, a person is awarded 10 reputation points for receiving an "up" vote on an answer given to a question and 10 points for the "up" vote of a question,and can receive badges for their valued contributions,which represents a gamification of the traditional Q&A site. Users unlock new privileges with an increase in reputation like the ability to vote, comment, and even edit other people's posts.

Closing questions is a main differentiation from other Q&A sites like Yahoo! Answers and a way to prevent low quality questions.

setting up virtual environment

  • py -m venv env

  • env\Scripts\activate

install packages

  • pip install -r requirements.txt

How to run

  • cd wtc

migrate database

  • python manage.py makemigrations

  • python manage.py migrate

run the App

  • python manage.py runserver

About

WTC-PeerSupport is a question and answer site for wethinkcode students. It features questions and answers on a wide range of topics in computer programming, in case students run into problems they get to be corrected by their peers as well help.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages