/Questionbox

A social question-answer app built in Django with an API built using DRF. Also, a new playground for me to use to learn the Tastypie API, which is contained in a separate app alongside DRF.

Primary LanguagePython

QuestionBox:

QuestionBox is a social question and answer forum. Users can log in, post questions, post answers to the questions of others, and mark questions and answers as "favorites."

There is an API built in using Django Rest Framework.

At present, I am attempting to install Tastypie as an alternate API in order to increase knowledge of Tastypie.