krvc / django-poll

A simple poll in Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-poll

A simple poll in Django.

Run: pip install -r requirements.txt

Create environment variables to set the secret key and database credentials in settings.py

API for Polls App

  1. Creating an API to create a poll
  2. Creating an API to create choices
  3. Creating an API to vote for a poll
  4. Creating an API for user registration
  5. Login through API with Django rest authentication.

About

A simple poll in Django.


Languages

Language:JavaScript 42.1%Language:Python 31.8%Language:HTML 26.1%