About App • Key Features • How To Use • License
Voting for the election of the student council leader in the school environment is actually a simple thing and does not require complicated regulations. But in reality the implementation of this activity looks very complicated. Therefore, Votvota is here to bring convenience in voting to the final vote calculation.
- Administrator
- Auth
- Crete a custom voting.
- Determine the time for voting
- Choice and set the candidate for leader and co leader
- Watch progress current voting
- Stop current voting
- View voting history
- Student
- Auth
- Vote
To clone and run this application, you'll need Git and XAMPP installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/2-Q/votvota
# Go into the repository
$ cd votvota
# Install dependencies
$ composer install
# Init .Env
$ copy .env.example .env
# Setup app
$ php artisan key:generate
$ php artisan migrate --seed
# Run the app
$ php artisan serve
The MIT License (MIT) 2020 - Dwiki Mukti.