doremi9 / taxi-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About


Languages

Language:PHP 42.2%Language:HTML 41.0%Language:JavaScript 15.0%Language:Vue 1.9%