Skip to content

FurrukhJamal/VotingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voting App

Making a simple idea voting app to relearn Laravel, and practice using Laravel Inertia JS React stack. I remember watching @drehimself tutorial, and thought of redoing his app using React and Laravel

Installation

  • Clone the repo and cd into it
  • Rename or copy .env.example file to .env
  • php artisan key:generate
  • Setup a database and add your database credentials in your .env file
  • php artisan migrate or php artisan migrate --seed if you want seed data
  • npm install
  • npm run dev
  • php artisan serve or run a xampp server
  • visit localhost:8000 in your browser

A Working Demo Video

Demo Video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published