Ridea is a mobile friendly web application for finding partners to share rides among the people travelling in taxi along similar routes. Have a sneak peek here in this link: https://ridewithridea.herokuapp.com
Clone the repo
git clone https://github.com/bhuwanadhikari/Ridea.git
Install
npm install
Traverse to folder frontend and then install
cd frontend
npm install
Before running the project, enter the required keys in two config folders.
/config/keys_development.js
/frontend/config/keys_development.js
To Run whole project run this command from the root folder.
npm run ridea
Boom!! You are done!!