Skip to content

A complete Idea Voting app in Laravel with Livewire, Alpine js and Tailwind CSS

Notifications You must be signed in to change notification settings

puspjoshi/voting_app

Repository files navigation

About the App

During taking class form Laracast, I made this app according to video class : https://laracasts.com/series/build-a-voting-app

  • Laravel With Livewire.
  • Mailable.
  • Notifications.
  • Alpine js, Tailwind CSS
  • Unit test.
  • One page application

Installation

  1. Clone the repo and cd into it
  2. composer install
  3. Rename or copy .env.example file to .env
  4. php artisan key:generate
  5. Setup a database and add your database credentials in your .env file
  6. php artisan migrate or php artisan migrate --seed if you want seed data
  7. npm install
  8. npm run dev or npm run watch
  9. php artisan serve or use Laravel Valet
  10. Visit localhost:8000 in your browser
  11. To check all php artisan test

About

A complete Idea Voting app in Laravel with Livewire, Alpine js and Tailwind CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages