All Projects → tungtouch → Hubtaxi Server

tungtouch / Hubtaxi Server

[Deprecated] HubTaxi - The platform similar Uber, GrabTaxi, EasyTaxi....Willing to help people make dream comes true through building meaningful app [email protected]

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Hubtaxi Server

RideShare-Trip-Stats
Chrome Extension to visualize your uber trip statistics
Stars: ✭ 61 (-81.74%)
Mutual labels:  uber
IOSIphoneHttps
ios超级签-ipa-新版IOS苹果企业签,直接签名直接下载安装,无需进入appstore商城——不需要经过App Store直接下载游戏吗?下载完不知道怎么安装?需要通过第三方软件来安装?绕过苹果检测,测试可以使用HTTPD或者Tomcat构建,使用plist文件
Stars: ✭ 61 (-81.74%)
Mutual labels:  uber
Flutter-Uber
Uber(Rider and Driver) app made using Flutter and Google Firebase.
Stars: ✭ 28 (-91.62%)
Mutual labels:  uber
go-schemaless
An open-source sharded database framework based on Uber's Schemaless
Stars: ✭ 79 (-76.35%)
Mutual labels:  uber
DLUberLogin
Imitate Uber LoginView
Stars: ✭ 19 (-94.31%)
Mutual labels:  uber
uber-clone-react-native
Uber UI/UX Clone in React Native
Stars: ✭ 68 (-79.64%)
Mutual labels:  uber
uber
Uber API client
Stars: ✭ 18 (-94.61%)
Mutual labels:  uber
Uber go guide cn
Uber Go 语言编码规范中文版. The Uber Go Style Guide .
Stars: ✭ 4,277 (+1180.54%)
Mutual labels:  uber
Dual-color-Polyline-Animation
This library will help to show the polyline in dual color similar as Uber.
Stars: ✭ 73 (-78.14%)
Mutual labels:  uber
node-uber-rider
A library that helps who wants to use Uber API with fast and easy methods ✨
Stars: ✭ 17 (-94.91%)
Mutual labels:  uber
uber-sdk
A Ruby SDK for the Uber API
Stars: ✭ 32 (-90.42%)
Mutual labels:  uber
data-visualization-deck-gl
A experiment to visualize Tree in NewYork and Flight record data. Using Deck.gl and Kaggle
Stars: ✭ 54 (-83.83%)
Mutual labels:  uber
Uber
iOS Ride-Sharing App written in Swift 4 Using Map Kit and Core Data
Stars: ✭ 30 (-91.02%)
Mutual labels:  uber
surger
⚡ Is there surge pricing around me right now?
Stars: ✭ 20 (-94.01%)
Mutual labels:  uber
Cadence Web
Web UI for visualizing workflows on Cadence
Stars: ✭ 261 (-21.86%)
Mutual labels:  uber
shared-docs
Shared Markdown Documents from Uber Engineering
Stars: ✭ 12 (-96.41%)
Mutual labels:  uber
deck.gl-data
Data for the data visualization library deck.gl examples (https://uber.github.io/deck.gl/#/)
Stars: ✭ 57 (-82.93%)
Mutual labels:  uber
Autodispose
Automatic binding+disposal of RxJava streams.
Stars: ✭ 3,209 (+860.78%)
Mutual labels:  uber
Uberr Ui
Flutter UI design for a car booking application
Stars: ✭ 276 (-17.37%)
Mutual labels:  uber
EasyWayLocation
This library contain all utils related to google location. like, getting lat or long, Address and Location Setting dialog, many more...
Stars: ✭ 142 (-57.49%)
Mutual labels:  uber

HubTaxi: Server Side

HubTaxi - The platform similar Uber, GrabTaxi, EasyTaxi....Willing to help people make dream comes true through building meaningful app email [email protected]

Technology use:

  • Serverside:
    • Node.js
    • Expressjs
    • MongoDB (mongoose)
    • Socket.io
  • Clientside:
    • Angularjs Framework.
    • Bootstrap Twitter.
    • Phonegap, cordova and ionic framework. (for hybrid app)

Setup:

  • Clone this repo to your local machine by: git clone https://github.com/vsoft-lab/HubTaxi-Server.
  • Okay, after clone it, you can install all dependencies by type: npm install on your terminal.
  • I used to mongo database for this repo, because you must install and start mongodb. In your terminal: sudo /etc/init.d/mongodb start
  • Use mongorestore -d mydb dump/mydb to restore database.
  • Fix path mongodb: config/init.js --> _db: 'mongodb://localhost/mydb'
  • Finally, you can start server with command: npm start and then, your server will start at http://localhost:6868

===

Reference :

  • Manager:

    • Source code: https://github.com/vsoft-lab/HubTaxi-Client/tree/master/manager
    • Demo: http://103.232.121.63/taxi/webapp/manager/#/main - User: admin | Password: admin
    • Some screenshot: Login: login Main: main ManageType: managetype Setting: setting
  • Driver:

    • Source code: https://github.com/vsoft-lab/HubTaxi-Client/tree/master/driver
    • Demo: http://103.232.121.63/taxi/webapp/driver/#/ user/pass: 30h-9999/123123
    • Screenshot:

    driver1 driverLoad

    ===

    driverLogin history

  • Client:

    • Source code: https://github.com/vsoft-lab/HubTaxi-Client/tree/master/client
    • Demo: http://103.232.121.63/taxi/webapp/client/#/home
    • Screenshot:

    client1 client2

    ===

    client3 clientLogin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].