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.
- Host: GitHub
- URL: https://github.com/belchenkov/laracasts-voting
- Owner: Belchenkov
- Created: 2021-07-17T06:15:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T08:14:32.000Z (over 1 year ago)
- Last Synced: 2025-01-05T07:21:37.784Z (about 1 year ago)
- Topics: alpinejs, docker, laravel, mysql, php7, tailwindcss
- Language: PHP
- Homepage:
- Size: 2.89 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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