Skip to content

Welcome to Traverse! We are dedicated to providing seamless and delightful travel experiences. Discover hidden gems and embark on stress-free exploration with our trusted travel companion. Join us today and unlock the secrets to unforgettable and hassle-free journeys.

License

Traverse-A-Travel-Planner/traverse-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Welcome To Traverse πŸ‘‹

πŸ”— Try it out here .

πŸ„πŸΌβ€β™€οΈ Plan your next trip with us πŸ‘‡

ss

ss

ss

ss

ss

ss

ss

ss

ss

ss

ss

ss

ss

ss

πŸ‘¨πŸΌβ€πŸ’» Tech Stack

Client: React, Arco Design, MapBox GL

Server: Appwrite

Other: OpenAI, Chart.Js

Appwrite Services Used

  • Auth
  • Database
  • Storage bucket
  • Serverless cloud functions

Run Locally

Clone the project

 git clone https://github.com/Traverse-A-Travel-Planner/traverse-client

Go to the project directory

  cd traverse-client

If you want to configure your own server for traverse follow these steps. To use our server configurtion skip this section.

Configure Your Own Appwrite Server

  • Create appwrite account.
  • Get your API keys from dashboard.
  • Now, open folder auto-setup.
  • Create a .env file in this folder. See .env.example for reference.
  • Put the Appwrite api key, endpoint and project id in .env file.
  • Now, open terminal in root of traverse-client project.
  • Run: npm run setup-server. This will setup all the resources for traverse in your freshly made project.
  • Login to Appwrite with appwrite-cli.
  • Run: appwrite deploy function --all . This will deploy the serverless functions in the appwrite cloud.

An overview to our database architecture:

Collection Name Collection Id
places places
reviews reviews
favourites favourites
sharedTrips sharedTrips

Attributes and Indexes of places collection

attributes

Index

Attributes and Indexes of reviews collections

attributes

Index

Attributes and Indexes of favourites collection

attributes

Index

Attributes and Indexes of sharedTrips collection

attributes

  • Above steps were for configuring traverse in your own server.

Run the client application

  • Put the necessary configurations like project id and server endpoint in src/Services/config.js if you are using your own server. If you are using our server configuration, leave it as it is.

Install dependencies

  npm install

Start the server

  npm  start

Local URL

Authors

License

MIT

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

About

Welcome to Traverse! We are dedicated to providing seamless and delightful travel experiences. Discover hidden gems and embark on stress-free exploration with our trusted travel companion. Join us today and unlock the secrets to unforgettable and hassle-free journeys.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published