Skip to content

mewben/ssgelections

Repository files navigation

SSGELECTIONS

** Student Government Elections System


TODOS:

  1. ✓ Setup Laravel PHP Framework
  2. ✓ Configure environments
    • bootstrap/start.php
    • app/config/database.php
  3. ✓ Install "zizaco/confide": "3.1.x"
  4. ✓ Create migrations
  5. ✓ Create Routes
  6. ✓ Segregate Data by semester code
  7. /statistics
  8. search voter
  9. list of voters not voted

DEVELOPMENT NOTES:

  1. Add your environment in the dev array in bootstrap/start.php;
  2. Create a .env.dev.php in the path similar to your composer.json;
  3. Place your local credentials (database)