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
- Clone project to your local
$ git clone https://github.com/loveunCG/Taxi-API.git
- Installation dependency
$ composer install
$ npm install // or yarn
- copy config folder to inside app/ folder.
- Final run applicaiton
rename .env.sample to .env
$ npm run prod
$ php artisan generate:key
$ php artisan serve