Skip to content

A voting system for Supreme Student Goverment (SSG)

License

Notifications You must be signed in to change notification settings

wilken311/voting-system

Repository files navigation


Voting System Website

SSG Voting System

Voting System for Supreme Student Government

About The Project

Product Name Screen Shot

This project is an e-voting system that allows students to vote online.

Built With

  • Laravel
  • MySQL

Getting Started

Prerequisites

Developer must have the following.

Installation

Steps on how to install the project locally:

  1. Clone the repo

    git clone https://github.com/wilken311/voting-system.git
  2. Install NPM packages

    composer install

    Note: (Error Might Occur) Undefined index: name Click me to fix.

  3. Create .envfile

    touch .env
  4. configure .env file. Replace the name of your database created on XAMPP Server

    DB_DATABASE=votingsystem
    DB_USERNAME=root
    DB_PASSWORD=
  5. Generate Application Key

    php artisan key:generate
  6. Migrate database table and seed data

    php artisan migrate --seed
  7. Run the app

    php artisan serve
  8. Open the App 127.0.0.1:8000

Roadmap

  • Register
  • Login / Logout
  • Dashboard
  • Student Enrollment
  • Student Voter's Code
  • COC (Certificate of Candidacy) Appliaction
  • Final Candidates
  • Overall Votes Result
  • SSG Ranking
  • Student's Vote Status
  • Filing of COC
  • Election Day

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

Acknowledgments

Credits to the following:

About

A voting system for Supreme Student Goverment (SSG)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published