Raahi - Explore beyond the map, like a local. ππ₯
Raahi streamlines navigation by offering users access to efficient hidden routes contributed by local guides. Easily searchable within the app, these routes enhance travel experiences, providing alternatives to conventional paths and potentially saving time. The platform's collaborative approach encourages users to share their own routes, creating a community-driven environment with rewards for contributors.
Prerequisites π οΈ
Before you start, make sure you have the following installed on your machine:
- Node.js
- npm (Node Package Manager)
- React Native CLI
Getting Started π
-
Clone the repository:
git clone https://github.com/sainathPoojary/raahi -
Navigate to the project directory:
cd raahi -
Install dependencies:
npm install
Configure Firebase π₯
- Create a new Firebase project on the Firebase Console.
- Set up a Firebase Realtime Database and Authentication
- Obtain your Firebase configuration object.
- Add the
google-services.jsoninandroid/appfolder.
Configure Google Maps API πΊοΈ
-
Obtain a Google Maps API key from the Google Cloud Console.
-
Create a
.envfile in the project root. -
Add your Google Maps API key to the
.envfile:GOOGLE_MAPS_API_KEY=YOUR_API_KEY_HERE
Run the App πββοΈ
Run Metro server
npx react-native startiOS
npx react-native run-iosAndroid
npx react-native run-androidThat's it! π
You're all set to explore the app. If you encounter any issues, feel free to open an issue on the repository.
Happy coding! πβ¨