/old-baggage

🎒 HackUPC's baggage management system (Not in use)

Primary LanguagePHPMIT LicenseMIT


HackUPC Fall 2017


HackUPC's baggage management system.

Baggage check-in demo

Setup

Needs: PHP 5.6

  • git clone https://github.com/hackupc/baggage && cd baggage
  • Create one database and setup .env for database connection
  • php artisan migrate:refresh --seed
  • php artisan serve

You can now enter http://localhost:8000 with username volunteer and password volunteer.

Available enviroment variables

  • DB_CONNECTION: Can be any of the following: mysql, postgres, sqlite, sqlsrv.
  • DB_HOST: Can be localhost or any IP.
  • DB_PORT: Usually 3306, can be any port.
  • DB_DATABASE: The name of the database to connect with.
  • DB_USERNAME: The username to connect to the database.
  • DB_PASSWOR: The password to connect to the database.

License

MIT © Hackers@UPC