https://github.com/davsav16/uber-clone
Created this React Native Uber clone app that uses multiple technologies and is full stack.
https://github.com/davsav16/uber-clone
clerk-auth expo nativewind neondb react react-native react-native-maps react-native-maps-directions stripe
Last synced: 2 months ago
JSON representation
Created this React Native Uber clone app that uses multiple technologies and is full stack.
- Host: GitHub
- URL: https://github.com/davsav16/uber-clone
- Owner: davsav16
- Created: 2024-08-27T22:50:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T19:07:10.000Z (over 1 year ago)
- Last Synced: 2025-02-03T14:46:04.700Z (about 1 year ago)
- Topics: clerk-auth, expo, nativewind, neondb, react, react-native, react-native-maps, react-native-maps-directions, stripe
- Language: TypeScript
- Homepage:
- Size: 3.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to My Uber Clone App 👋
This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).
## Get started
1. Install dependencies
```bash
npm install
```
2. You will need to create .env file and the following variables:
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=(from Clerk db)
DATABASE_URL=(from NeonDB)
EXPO_PUBLIC_SERVER_URL=https://uberdemodavsav16.com/
EXPO_PUBLIC_GEOAPIFY_API_KEY=(from google)
EXPO_PUBLIC_GOOGLE_API_KEY=(from google)
EXPO_PUBLIC_STRIPE_PUBLISHABLE_KEY=(from Strip)
STRIPE_SECRET_KEY= (from stripe)
3. Start the app
```bash
npx expo start
```
4. Scan the QR Code and open the app in Expo Go
Join our community of developers creating universal apps.