All Projects → danidee10 → Votr

danidee10 / Votr

Licence: gpl-3.0
🌟 A polling application built with Flask and React

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Votr

Solarpi
A RaspberryPi based, Flask powered photovoltaic monitor
Stars: ✭ 90 (-10%)
Mutual labels:  flask
Flask Rest Template
template for a rest app with flask, flask-rest and more...
Stars: ✭ 95 (-5%)
Mutual labels:  flask
Democracy Client
DEMOCRACY App Client
Stars: ✭ 98 (-2%)
Mutual labels:  voting
Flask Tutorial
这个项目已经很久很久了, 不推荐看, 不过倒是可以进群叨逼叨一下. 🚗 交流群:630398887
Stars: ✭ 91 (-9%)
Mutual labels:  flask
Gxgk Wechat Server
校园微信公众号,使用 Python、Flask、Redis、MySQL、Celery [DEPRECATED]
Stars: ✭ 1,325 (+1225%)
Mutual labels:  flask
Flask pydantic
flask extension for integration with the awesome pydantic package
Stars: ✭ 96 (-4%)
Mutual labels:  flask
Carbon Api
Unofficial API for generating beautiful images of your source code using Carbon.
Stars: ✭ 89 (-11%)
Mutual labels:  flask
Pyflask 2k18
A workshop organised by ACM VIT every year, during Gravitas (VIT University, Tech Fest), Having sessions on python programming and website creation using flask.
Stars: ✭ 99 (-1%)
Mutual labels:  flask
Lecture Summarizer
Lecture summarization with BERT
Stars: ✭ 94 (-6%)
Mutual labels:  flask
React Flask App
A Flask + React demo application.
Stars: ✭ 98 (-2%)
Mutual labels:  flask
Watson Voice Bot
Create a Watson Assistant chatbot that uses voice over a web browser.
Stars: ✭ 92 (-8%)
Mutual labels:  flask
Markbj
一个开放的知识社区
Stars: ✭ 94 (-6%)
Mutual labels:  flask
Flask Dashboard Adminlte
AdminLTE Flask - Open-source Seed Project | AppSeed
Stars: ✭ 95 (-5%)
Mutual labels:  flask
Flaskdash
Flask starter app featuring CoreUI and the FlaskUser module.
Stars: ✭ 90 (-10%)
Mutual labels:  flask
Booklibrary
📚Simple Book library application written on flask with SQLite database.
Stars: ✭ 98 (-2%)
Mutual labels:  flask
Incepiton Mysql
🍭A web platform designed for mysql inception
Stars: ✭ 90 (-10%)
Mutual labels:  flask
Covid 19 Nlp Vis
使用 flask + pyecharts 搭建的新冠肺炎疫情数据可视化交互分析网站平台,包含疫情数据获取、每日疫情地图、曲线图展示,数据统计分析、态势感知、确诊人数预测分析算法设计、NLP舆情监测等任务(数据更新到 6.19 )
Stars: ✭ 96 (-4%)
Mutual labels:  flask
Flask bestpractices
Flask最佳实践
Stars: ✭ 100 (+0%)
Mutual labels:  flask
Leetcode Country Ranking
Find Leetcode ranking by country, username.
Stars: ✭ 98 (-2%)
Mutual labels:  flask
Flask movie site
用Flask构建一个微电影视频网站
Stars: ✭ 97 (-3%)
Mutual labels:  flask

Votr

Repository for my tutorial on How to build an online voting application with Flask and React

The Live Demo is available on heroku

NOTE: This branch contains code for the tutorial on my blog, For the latest state of this project, checkout the master branch

Table of content

  • Part 1 - Introduction and installation
  • Part 2 - Design and manipulate the database with SQLAlchemy
  • Part 3 - Templating, authentication and static assets
  • Part 4 - Building an interactive UI with ReactJS
  • Part 5 - How to build a simple REST API with Flask
  • Part 6 - Connecting React to a REST API
  • Part 7 - Spin up an Admin dashboard quickly and easily with Flask-Admin
  • Part 8 - Understanding Flask blueprints
  • Part 9 - Running background tasks with celery
  • Part 10 - Testing the application

The table of contents lists the main topic of focus in each part, but each article also covers other topics

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].