Skip to content

niledas/PollHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PollHub

Polling website for nerds

[![PYTHON Version][python-image]][python-url] [![Build Status][travis-image]][travis-url] [![Downloads Stats][npm-downloads]][npm-url]

Lets individuals create polls and see results.

Development Setup

Clone this repository with

git clone https://github.com/Nilesh-Das/

Change directory to project

cd PollHub

Create virtual environment with any python packaging tool

pipenv shell

This should detect pipfile and automatically install project dependencies in the virtual environment.

Then change directory to the app

cd pollhub

Start django development server

python manage.py runserver

Start developing :)

Inspiration

Inspired from tutorial of official Django docs - Django Official Tutorial

About

Website that lets people view polls and vote in them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published