Chartrip is a mobile app designed for local tourism wherever you go. Explore unknown places in different countries or even where you live. By following user created routes all around the world you'll get to know tons of places wherever you visit.
- React Native - Front end library for building mobile user interfaces for iOS and Android
- Native Base - Styled component for React Native apps
- React Navigation - Routing and navigation for React Native apps
- Expo - Build cross-platform native apps
- Google Maps - Real maps, places and routes for your app
- Express.JS - Fast, unopinionated, minimalist web framework
- Prisma - ORM to help build faster and make fewer errors
- PostgresSQL - Powerful, open source object-relational database system
- Passion for software development and user interaction
- Clone the repo
git clone https://github.com/RomelClavel/Chartrip.git
cd Chartrip
- Install dependencies
npm install
May have to force the install because of a dependency clash
- Fill out your API keys in the Chartrip Client app.json
"GOOGLE_MAPS_API_KEY": "GOOGLE_MAPS_KEY",
"CLOUDINARY_URL": "CLOUDINARY_URL",
"PRESET_CLOUDINARY_NAME": "PRESET_CLOUD_NAME",
"SECRET_JWT_SEED": "YOUR_SUPPER_SECRET_JWT_SEED"
- Do the same for the server folder on your .env file
DATABASE_URL="CONNECTION_URL"
SECRET_JWT_SEED=YOUR_SUPPER_SECRET_JWT_SEED
- Start development server
npx expo start
- Scan the barcode with the Expo app on your phone or follow the terminal instructions to load up the emulator on your machine.
- Start Charting you favorite route
-
- Able to work on both Android and iOS.
- Can access every hardware functionality on your phone for a better experience.
- Create an account once on your phone and always be logged in.
-
- Discover Routes from all around the world.
- Look at the details of the routes and all its Locations.
- Start following a route with just the click of a button.
- The app will tell you where to go using maps and will display info on the Location once you reach it.
-
- Create a rout by just filling its details in an interactive form.
- Add pictures and recommendations on what to do at every place.
- Just check the final details and publish them to the world.