Skip to content

Pollaroid is a symfony and bulma based page to create polls

License

Notifications You must be signed in to change notification settings

enesaktay/pollaroid

Repository files navigation

Pollaroid

Pollaroid is a Symfony and Bulma based website to quickly create polls

demo

Requirements

MySQL

PHP

Composer

NPM(Node.js) and/or Yarn

Setup

install php packages:

~ composer install

install frontend packages(with yarn):

~ yarn install
~ yarn encore dev

install frontend packages(with npm):

~ npm install
~ ./node_modules/.bin/encore dev

create db and do migrations:

~ bin/console do:da:cr
~ bin/console do:mi:mi

start the server:

~ bin/console server:run

open the link being shown in the console and you are done

About

Pollaroid is a symfony and bulma based page to create polls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published