loveunCG / Taxi-API

This Web app is we portal and api server for taxi booking mobile app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taxi-API(Driver app and Customer app)

Features

  • Authentication with facebook, twitter, google.
  • Two-factor authentication with firebase.
  • Intergrated Google Map Api
  • General User managerment admin, Driver, customer
  • Multi model based Authentication.
  • Payment integration Paypal
  • Search engine with google map api and tracking POS
  • Real time Chat

Platform Requirement

  • PHP >= 5.6.4
  • Mysql >= 4.x
  • nodejs >= 6.x

Installation

  1. Clone project to your local

$ git clone https://github.com/loveunCG/Taxi-API.git

  1. Installation dependency

$ composer install
$ npm install // or yarn 

  1. copy config folder to inside app/ folder.
  2. Final run applicaiton

rename .env.sample to .env


$ npm run prod
$ php artisan generate:key
$ php artisan serve

Tech Stack

Laravel Framework Version 5.3
Google Map API
Firebase
SocketIO
Reactjs 1.x(no bundle)

About

This Web app is we portal and api server for taxi booking mobile app


Languages

Language:PHP 41.8%Language:HTML 41.3%Language:JavaScript 15.1%Language:Vue 1.9%