https://github.com/jetsup/voting-system-lar
https://github.com/jetsup/voting-system-lar
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jetsup/voting-system-lar
- Owner: jetsup
- Created: 2024-03-10T09:29:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T23:29:05.000Z (4 months ago)
- Last Synced: 2025-01-27T10:43:49.203Z (4 months ago)
- Language: JavaScript
- Size: 5.84 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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.