Skip to content

Registration application for Bloomsday's elite wheelchair division.

Notifications You must be signed in to change notification settings

jimmygle/bloomsdaywheelers

Repository files navigation

Bloomsday Wheelers Registration Application

This is a web application that serves as a registration management tool for the elite Bloomsday Wheelchair division.

Technical Stack

Getting Started (Homestead Instructions)

  1. Install Laravel Homestead
  2. Clone this repository
  3. Configure Homestead to point to the repo's public directory (homestead edit or edit ~/.homestead/Homestead.yaml):
folders:
  - map: ~/path/to/repo/bloomsdaywheelers
    to: /home/vagrant/bloomsdaywheelers

...

sites:
  - map: bloomsdaywheelers.local
    to: /home/vagrant/bloomsdaywheelers

...

databases:
  - bloomsdaywheelers
  1. Update your machine's hosts file with (default IP for Homestead's Vagrant VM is 192.168.10.10):
192.168.10.10   bloomsdaywheelers.local
  1. SSH into Homestead (homestead ssh) and navigate to the project's root directory (defined in step 3)
  2. Run composer install
  3. Clone the .env.example file and name it .env
  4. php artisan key:generate to create the unique APP_KEY security key
  5. Run php artisan migrate --seed to setup the database schema and seed with data (country list)
  6. Navigation to http://bloomsdaywheelers.local/

About

Registration application for Bloomsday's elite wheelchair division.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages