Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saeedvaziry/laravel-vue-polling-app
Laravel Vue.js Polling App
https://github.com/saeedvaziry/laravel-vue-polling-app
bootstrap laravel laravel5 vue vue-router vuejs vuejs2 vuex
Last synced: 27 days ago
JSON representation
Laravel Vue.js Polling App
- Host: GitHub
- URL: https://github.com/saeedvaziry/laravel-vue-polling-app
- Owner: saeedvaziry
- Created: 2019-02-13T20:34:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T21:46:37.000Z (over 5 years ago)
- Last Synced: 2024-05-02T05:15:25.985Z (6 months ago)
- Topics: bootstrap, laravel, laravel5, vue, vue-router, vuejs, vuejs2, vuex
- Language: PHP
- Homepage: http://laravel-vue-polling-app.saeedvaziry.ir/
- Size: 4.06 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-vue-polling-app
Laravel Vue.js Polling AppA simple polling system with Laravel and Vuejs
# Built With
### Back-End
PHP 7.2, Laravel 5.7, Mysql 10.1.29-MariaDB
### Front-End
Javascript, Vue.js 2, Vue-Router, Bootstrap, Sass
# Demo
Live Demo : http://laravel-vue-polling-app.saeedvaziry.ir/
# Screenshots
### Create Poll Step 1
### Create Poll Step 2
### View Poll
### Manage Poll And See Stats
# Installation
### Back-End
- Clone the project
- Run `composer install`
- Run `php artisan migrate:refresh --seed`
- Run `php artisan serve` to serve application on `localhost:8000`### Front-End
- Run `npm install`
- Run `npm run watch` to watch and develop
- Run `npm run production` to build project and use in production## License
This repo is open-sourced software licensed under the MIT license.