Skip to content

An e-voting website that allows students and lecturers of the School of Computer Science to vote for the next Chairman of HIMTI BINUS University.

Notifications You must be signed in to change notification settings

leejhlouis/himti-election-2022

 
 

Repository files navigation

HIMTI Election 2022

HIMTI Election 2022 is an e-voting website that allows students and lecturers of the School of Computer Science to vote for the next Chairman of HIMTI BINUS University.

This website was designed and built with love by the Research and Development Commision of HIMTI BINUS University.

Visit the e-voting website here

HIMTI Election 2022

Cast your vote, right now!

Don't forget to cast your vote in this election by visiting our e-voting website! Please don't abstain! #AntiGolput #WeDontAbstain

The voting period will end on October 21, 2022.

How to run the project locally

Prerequisites

Make sure to have git, composer, and npm installed on your local computer first.

Follow these steps to run the project locally

  1. Clone the repository onto your local computer.
git clone https://github.com/himtibinus/Election2022.git
  1. Change directory to your project
cd Election2022
  1. Install composer dependencies
composer install
  1. Install npm dependencies
npm install
  1. Make a copy of .env.example and rename it to .env
php artisan key:generate
  1. Create a database for this project using your preferred database tool.
  2. Configure your .env file to connect to the database you recently created.
  3. Migrate the database
php artisan migrate
  1. Seed the database
php artisan db:seed
  1. Start the development server
php artisan serve
  1. Congratulations, you've successfully run the project locally!

About

An e-voting website that allows students and lecturers of the School of Computer Science to vote for the next Chairman of HIMTI BINUS University.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.9%
  • PHP 23.2%
  • Blade 5.2%
  • Other 0.7%