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

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

License

Notifications You must be signed in to change notification settings

hackupc/old-baggage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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