Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tung touch committed Mar 24, 2015
1 parent 822dd38 commit 3f6b188
Showing 1 changed file with 62 additions and 1 deletion.
63 changes: 62 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,65 @@ Thanks & Best Regards!

====

Setup Project : https://github.com/vsoft-lab/HubTaxi-Server/wiki/Setup

HubTaxi: Server Side
===

### 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`
- 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://vsoft.vn/hubtaxi/manager/#/main` - User: `demo` | Password: `demo`
- Some screenshot:
Login:
![login](https://github.com/vsoft-lab/HubTaxi-Server/blob/master/screenshot/login.png)
Main:
![main](https://github.com/vsoft-lab/HubTaxi-Server/blob/master/screenshot/main.png)
ManageType:
![managetype](https://github.com/vsoft-lab/HubTaxi-Server/blob/master/screenshot/managerCartype.png)
Setting:
![setting](https://github.com/vsoft-lab/HubTaxi-Server/blob/master/screenshot/setting.png)

- Driver:
- Source code: `https://github.com/vsoft-lab/HubTaxi-Client/tree/master/driver`
- Demo: `http://vsoft.vn/hubtaxi/driver/#/`
- Screenshot:

![driver1](https://github.com/vsoft-lab/HubTaxi-Server/blob/master/screenshot/driver1.png)
![driverLoad](https://github.com/vsoft-lab/HubTaxi-Server/blob/master/screenshot/driverLoad.png)

===

![driverLogin](https://github.com/vsoft-lab/HubTaxi-Server/blob/master/screenshot/driverLogin.png)
![history](https://github.com/vsoft-lab/HubTaxi-Server/blob/master/screenshot/histories.png)

- Client:
- Source code: `https://github.com/vsoft-lab/HubTaxi-Client/tree/master/client`
- Demo: `http://vsoft.vn/hubtaxi/client/#/home`
- Screenshot:

![client1](https://github.com/vsoft-lab/HubTaxi-Server/blob/master/screenshot/client1.png)
![client2](https://github.com/vsoft-lab/HubTaxi-Server/blob/master/screenshot/showTaxi.png)

===

![client3](https://github.com/vsoft-lab/HubTaxi-Server/blob/master/screenshot/client3.png)
![clientLogin](https://github.com/vsoft-lab/HubTaxi-Server/blob/master/screenshot/clientLogin.png)

0 comments on commit 3f6b188

Please sign in to comment.