Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Mar 19, 2020. It is now read-only.
/old-baggagePublic archive

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

License

NotificationsYou must be signed in to change notification settings

hackupc/old-baggage

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 enterhttp://localhost:8000 with usernamevolunteer and passwordvolunteer.

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


[8]ページ先頭

©2009-2025 Movatter.jp