ghiobi / Everest-353

A ride sharing application implemented with Laravel, Bootstrap 4, JQuery and MySQL. A COMP 353 Project.

Home Page:http://super.laurendylam.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Everest/Super

alt text

How to setup environment

There are a few steps to get it up and running.

  1. Setup environment file (.env): composer run post-root-package-install or cp .env.example .env
  2. Generate salt: php artisan key:generate
  3. Install packages: composer install npm install
  4. Build vendor files: gulp
  5. Migrate & seed database: php artisan migrate --seed
  6. Run server: php artisan serve

About

A ride sharing application implemented with Laravel, Bootstrap 4, JQuery and MySQL. A COMP 353 Project.

http://super.laurendylam.com


Languages

Language:PHP 67.5%Language:HTML 32.1%Language:JavaScript 0.3%Language:ApacheConf 0.1%