Skip to content

A system to allow students to vote and tally results

Notifications You must be signed in to change notification settings

markmosobo/comrades-voice

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Comrades Voice

a web app and system to allow university students to vote remotely and results relayed digitally

About The Project

Here’s what your completed application will look like:

Welcome Page

WhatsApp Image 2022-06-04 at 1 40 38 AM

Vote Page

WhatsApp Image 2022-06-04 at 1 40 38 AM (1)

Admin Dashboard

WhatsApp Image 2022-06-04 at 1 41 54 AM

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Requirements

The current package requirements are:

  • Laravel >= 6.x
  • PHP >= 7.2
  • Node JS >=10.0

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at https://github.com

  2. Clone the repo

    git clone https://github.com/markmosobo/comrades-voice.git
  3. Install composer dependencies

    composer install
  4. Install NPM packages

    npm install
  5. Run this command

    cp .env.example .env
  6. Run each of these commands

    php artisan key:generate
    php artisan migrate
    php artisan db:seed
  7. Finally

    php artisan serve
  8. Login credentials (admin) [email protected] 123456

(back to top)

Contact

Project Link: https://github.com/markmosobo/comrades-voice

(back to top)

About

A system to allow students to vote and tally results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published