An open API service indexing awesome lists of open source software.

https://github.com/jetsup/voting-system-lar


https://github.com/jetsup/voting-system-lar

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Voting System

## Usage

For instructions on how to configure the system, take a look at [setup.md](setup.md) file.

### Note

The project utilizes seeded data at it's core. Default `admin` user and a sample `voter` accounts qre created in the seed therefore it will be necessary to run the command with seed option

```bash
php artisan migrate:refresh --seed
```

The default credentials are **email:** `[email protected]` **password:** `Admin123.` for the admin and **email:** `[email protected]` **password:** `Voter123.` for the voter account.