This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 329
Setup
Tung touch edited this page Mar 23, 2015
·
1 revision
- Serverside:
- Node.js
- Expressjs
- MongoDB (mongoose)
- Socket.io
- Clientside:
- Angularjs Framework.
- Bootstrap Twitter.
- Phonegap, cordova and ionic framework. (for hybrid app)
- 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
- Finally, you can start server with command:
npm start
and then, your server will start athttp://localhost:6868
===
-
Manager:
- Source code:
https://github.com/vsoft-lab/HubTaxi-Client/tree/master/manager
- Demo:
http://vsoft.vn/hubtaxi/manager/#/main
- User:demo
| Password:demo
- Some screenshot: Login: Main: ManageType: Setting:
- Source code:
-
Driver:
- Source code:
https://github.com/vsoft-lab/HubTaxi-Client/tree/master/driver
- Demo:
http://vsoft.vn/hubtaxi/driver/#/
- Screenshot:
===
- Source code:
-
Client:
- Source code:
https://github.com/vsoft-lab/HubTaxi-Client/tree/master/client
- Demo:
http://vsoft.vn/hubtaxi/client/#/home
- Screenshot:
===
- Source code: