The Project uses default Django admin as admin portal with Basic and Session auths implemented
#Project Setup: python manage.py makemigrations python manage.py migrate
#Create super user python manage.py createsuperuser
#Run server: python manage.py runserver
###legend: postman fields are denoted using '{}' symbols
## api/logout : (POST) optional<name> (This is the title field that will showup)
fetches all the surveys
fetches particular survey
retrieves question with pk
creates question of the survey pk
creates answer for the question with pk