JoshElgar / ProlificSurvey

Josh Elgar's Prolific Survey API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Survey API

Quickstart

Basic sqlite DB is included.

Start server using the following command, from the same directory as manage.py:

python manage.py runserver

Tests are in tests.py under prolific/surveys app. Run them using the following command, from the same directory as manage.py:

python manage.py test

Requirements

Requirements are specified in the requirements.txt file. Install using:

pip install -r requirements.txt

About

Josh Elgar's Prolific Survey API


Languages

Language:Python 100.0%