A webapp to ask questions and answer them ..
A tentative to a django (rest_framework) backed interactive/realtime angular app.
this app uses channels to make realtime magic happens
Only tested in dev mode so far :
frontend :
npm install
gulp
backend :
virtualenv .venv && source .venv\bin\activate
pip install -r requirements
python manage.py runserver