/taxi-api

Primary LanguagePHP

Taxi-API

Before You Begin

Before you begin we recommend you read about the basic building blocks that assemble a Laravel application:

Quick Local Setup

  • git clone https://github.com/doremi9/taxi-api.git
  • cd taxi-api
  • composer install
  • php artisan key:generate
  • cp .env.example .env
  • Create a database and inform .env
  • Inform .env for email sends
  • php artisan migrate --seed to create and populate tables
  • php artisan serve to start the app on http://localhost:8000/