Computer Voting System for Educational Institutes. Developed for academical project of 2018-2019
- Ashique Hassan (Lead developer)
- Abdul Vadoodh (Analyst)
- Muhammed Shakil (Database analyst)
- Muhammed Mufeed
- Rahmathulla Khan
- PHP >= 7.1.3
- MySQL or Postgres
- Clone the repo: git clone https://github.com/ashiqhassan95/election.git
- Change directory: Run cd election
- Install Laravel: Run composer install
- Install nodejs dependencies: Run npm install
- Rename .env.example file to .env and fill the database information.
- Generate a new key for your local application: Run php artisan key:generate
- Change your database settings in config/database.php
- Migrate your database: Run php artisan migrate
- Seed database
- Seed countries to database: Run php artisan db:seed --class=CountriesTableSeeder
- View application: Run php artisan serve