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

https://github.com/belchenkov/laracasts-voting

Build a voting app((Tailwind, Alpine, Livewire, Laravel)), allows you to create ideas, vote and comment on them, sort and filter the results, and administer the site.
https://github.com/belchenkov/laracasts-voting

alpinejs docker laravel mysql php7 tailwindcss

Last synced: 11 months ago
JSON representation

Build a voting app((Tailwind, Alpine, Livewire, Laravel)), allows you to create ideas, vote and comment on them, sort and filter the results, and administer the site.

Awesome Lists containing this project

README

          

# Laracasts Voting App

> Build a voting app((Tailwind, Alpine, Livewire, Laravel)), allows you to create ideas, vote and comment on them, sort and filter the results, and administer the site.

## Installation

1. Clone the repo and `cd` into it
1. `composer install`
1. Rename or copy `.env.example` file to `.env`
1. `php artisan key:generate`
1. Setup a database and add your database credentials in your `.env` file
1. `php artisan migrate` or `php artisan migrate --seed` if you want seed data
1. `npm install`
1. `npm run dev` or `npm run watch`
1. `php artisan serve` or use Laravel Valet
1. Visit `localhost:8000` in your browser