Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
34 lines (24 loc) · 1 KB

readme.md

File metadata and controls

executable file
·
34 lines (24 loc) · 1 KB

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