A Quora-like Single Page Application built with Django, Django REST Framework and Vue JS
Deployed Website (https://question-time2021.herokuapp.com/)
python3 -m venv venv
source ./venv/bin/activate (or Select Manually ->venv/scripts/python)
pip install -r ./requirements.txt
cd QuestionTime/frontend
npm install
npm run serve
python manage.py runserver