Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zaharpa/livewire-pool

Livewire-pool is an interactive web application for creating and managing polls, developed using Laravel, Livewire, and MySQL. The project allows users to create polls with multiple options and vote on them in real-time, providing a user-friendly interface and a secure backend.
https://github.com/zaharpa/livewire-pool

laravel livewire

Last synced: about 16 hours ago
JSON representation

Livewire-pool is an interactive web application for creating and managing polls, developed using Laravel, Livewire, and MySQL. The project allows users to create polls with multiple options and vote on them in real-time, providing a user-friendly interface and a secure backend.

Awesome Lists containing this project

README

        

Laravel Logo


Build Status
Total Downloads
Latest Stable Version
License

## About Livewire-pool

Livewire-pool is a Laravel-based web application for creating and managing polls. Users can create polls with multiple options and vote on them in real-time.

### Features

- Create polls with multiple options.
- Vote on polls and see real-time updates.
- User-friendly interface with Livewire components.
- Secure and scalable backend using Laravel.

### Installation

1. Clone the repository:
```sh
git clone https://github.com/ZaharPa/livewire-pool.git
```
2. Navigate to the project directory:
```sh
cd livewire-pool
```
3. Install dependencies:
```sh
composer install
npm install
```
4. Copy the example environment file and configure it:
```sh
cp .env.example .env
```
5. Generate an application key:
```sh
php artisan key:generate
```
6. Run the migrations:
```sh
php artisan migrate
```

## License

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).