Skip to content

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

Notifications You must be signed in to change notification settings

ghiobi/Everest-353

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages