Skip to content

A simple Presidential poll written in flask using a mongoDB backend

Notifications You must be signed in to change notification settings

punkdata/prezpoll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PrezPoll

PrezPoll is a very simple application that allows you to vote on presidential elections. The app is based on the flask framework and MongoDB for the backend.

MongoDB Settings

Create a DB called prezpoll

use prezpoll

Create and Election Document in MongoDB

db.elections.insert({"electionyear" : 2016, "democrat" : "Hillary Clinton", "republican" : "Donald Trump" })

About

A simple Presidential poll written in flask using a mongoDB backend

Resources

Stars

Watchers

Forks

Packages

No packages published