Skip to content

RomelClavel/Chartrip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chartrip

Go were you've never been before.

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.

Developed with...

React Native Expo NodeJS Express Prisma Logo PostgreSQL

  • 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

Getting started

  1. Clone the repo
git clone https://github.com/RomelClavel/Chartrip.git
cd Chartrip
  1. Install dependencies
npm install

May have to force the install because of a dependency clash

  1. 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"
  1. Do the same for the server folder on your .env file
DATABASE_URL="CONNECTION_URL"
SECRET_JWT_SEED=YOUR_SUPPER_SECRET_JWT_SEED
  1. Start development server
npx expo start
  1. Scan the barcode with the Expo app on your phone or follow the terminal instructions to load up the emulator on your machine.
  2. Start Charting you favorite route

What makes Chartrip Different

  • Fully Developed in React Native with Expo

    • 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.
  • Follow User Created Routes all around the world

    • 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 you own Routes and share them with the world

    • 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.

Coming soon to AppStore and Play Store...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published