All Projects → vanderkilu → pollr

vanderkilu / pollr

Licence: other
Realtime polls managment app in node.js and vue.js

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to pollr

React Login
A client side implementation of authentication using react.js for my blog on medium. This is the second part of my previous blog on how to implement scalable node.js server.
Stars: ✭ 105 (+337.5%)
Mutual labels:  jwt-auth
Php Jwt
Ultra lightweight, dependency free and standalone JSON web token (JWT) library for PHP5.6 to PHP8.0. This library makes JWT a cheese.
Stars: ✭ 214 (+791.67%)
Mutual labels:  jwt-auth
BarterOnly
An ecommerce platform to buy or exchange items at your convenience
Stars: ✭ 16 (-33.33%)
Mutual labels:  jwt-auth
Netcoreblockly
.NET Core API to Blockly - generate from WebAPI, Swagger, OData, GraphQL =>
Stars: ✭ 121 (+404.17%)
Mutual labels:  jwt-auth
Lumen Api Starter
Lumen 8 基础上扩展出的API 启动项目,精心设计的目录结构,规范统一的响应数据格式,Repository 模式架构的最佳实践。
Stars: ✭ 197 (+720.83%)
Mutual labels:  jwt-auth
Laravel Jwt
Dead simple, plug and play JWT API Authentication for Laravel (5.4+)
Stars: ✭ 225 (+837.5%)
Mutual labels:  jwt-auth
Laravel admin api
基于laravel5.5开发的基础后台管理脚手架, RBAC权限控制; 接口基于dingo/api和tymon/jwt, 可在此基础上完成你的laravel项目
Stars: ✭ 59 (+145.83%)
Mutual labels:  jwt-auth
node-vue-chat
🚀 🌠 Real Time Chat Application created with MEVN Stack
Stars: ✭ 89 (+270.83%)
Mutual labels:  mevn
Jwt Spring Security Jpa
Backend MVP showcasing JWT (Json Web Token) authentication with multiple login, timeout / refresh / logout (with in memory invalidation) using Spring Security & MySQL JPA.
Stars: ✭ 202 (+741.67%)
Mutual labels:  jwt-auth
spring-boot-refresh-token-jwt
Spring Boot Refresh Token using JWT example - Expire and Renew JWT Token
Stars: ✭ 156 (+550%)
Mutual labels:  jwt-auth
Jose2go
Golang (GO) implementation of Javascript Object Signing and Encryption specification
Stars: ✭ 150 (+525%)
Mutual labels:  jwt-auth
Jwtpermission
基于token验证的Java Web权限控制框架,使用jjwt,支持redis和db多种存储方式,可用于前后端分离项目,功能完善、使用简单、易于扩展。
Stars: ✭ 186 (+675%)
Mutual labels:  jwt-auth
MyAPI
A template to create awesome APIs easily ⚡️
Stars: ✭ 117 (+387.5%)
Mutual labels:  jwt-auth
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (+370.83%)
Mutual labels:  jwt-auth
springboot-wx
🎉微信小程序-基于SpringBoot的实现Maven聚合,分为core核心模块,service服务模块,gateway对外网关模块,目前已经实现Shrio鉴权jwt监控鉴权,为小程序提供统一规范接口,以及小程序配套后台.
Stars: ✭ 52 (+116.67%)
Mutual labels:  jwt-auth
Express Jwt
An example API for creating/verifying json web tokens
Stars: ✭ 105 (+337.5%)
Mutual labels:  jwt-auth
Reallysimplejwt
A really simple library to generate JSON Web Tokens in PHP.
Stars: ✭ 218 (+808.33%)
Mutual labels:  jwt-auth
laravel-react-bootstrap
Example to-do app (including auth) built with Laravel 8 and React.
Stars: ✭ 139 (+479.17%)
Mutual labels:  jwt-auth
spring-boot-login-example
Spring Boot Login and Registration example with MySQL, JWT, Rest Api - Spring Boot Spring Security Login example
Stars: ✭ 50 (+108.33%)
Mutual labels:  jwt-auth
Quasar-JWT
Quasar - JWT Authentication Starter Kit
Stars: ✭ 38 (+58.33%)
Mutual labels:  jwt-auth

pollr

This is a real time voting application. It has realtime commenting feature

live demo here

Project stack

  1. Express.js(node.js)
  2. Passport for authentication
  3. Vue.js for frontend related tasks
  4. All those beautiful styles are in vanilla css
  5. Socket.io for all real time features

Features

  1. Realtime voting
  2. Realtime commenting
  3. See trending polls, recent polls
  4. Post and manage your polls

Future Recommends

  1. Anonymous voting
  2. Ip address instead of email as extra layer to avoid multiple voting

Project setup

npm install
uses mongodb so you should setup a mongodb server

Compiles and hot-reloads for development

npm run start
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].