Skip to content

Latest commit

 

History

History
47 lines (20 loc) · 2.04 KB

README.md

File metadata and controls

47 lines (20 loc) · 2.04 KB

HKUCS FYP Ride-sharing App For Hong Kong

Front-end: React Native + Native Base + Expo

Back-end: Nodejs + Expressjs + MongoDB + Redis

Also see back-end server repository: https://github.com/eric19960304/Ridesharing-App-For-HK-Back-End

Project Homepage: https://i.cs.hku.hk/fyp/2018/fyp18028/

Demo video on YouTube: https://www.youtube.com/watch?v=lWX9K4Xj9gU

Prerequisite:

  1. Nodejs v8.x.x installed (npm command avaliable)

  2. Install Expo app in your smartphone

  3. Install yarn with version >=1.12.3 installed

  4. modify the content of serverURL in config.js file, to the local/public IP address of the machine that this development server to be running on

  5. Setup all back-end services described at https://github.com/eric19960304/Ridesharing-App-For-HK-Back-End

Install npm packages (under project's root directory):

yarn

To start the Expo-cli development tool:

yarn start

Then follow the instruction of the Expo-cli to start the App in your smartphone.