Skip to content

danidee10/Votr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Votr

Repo for How to build an online voting application with Flask and React

This is still a work in progress, the full steps and guide on how i built this application is available on my blog

Don't forget to leave a comment (>‿◠)✌

Votr in action

create a poll

votr

Installation

https://github.com/danidee10/Votr.git

install requirements

pip install -r requirements.txt

set the FLASK_APP and FLASK_DEBUG variables

export FLASK_APP=votr.py
export FLASK_DEBUG=1

Finally run it with

flask run