Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zaharpa/livewire-pool
- Owner: ZaharPa
- Created: 2024-12-18T13:48:52.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2024-12-23T12:18:27.000Z (1 day ago)
- Last Synced: 2024-12-23T13:26:53.933Z (about 23 hours ago)
- Topics: laravel, livewire
- Language: PHP
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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).