VaishnaviYRathod / Groupiee-DevJams21-GDSC

A GitHub repository for our application that is gonna solve problems like keeping your trips organized, event booking, finding people and will be more like a social media app, let you find a travel buddy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Groupiee-DevJams21-GDSC

Content

About Groupiee

Indeed, while traveling is something we all love to daydream about and even plan for weeks or even months in the making, the nitty-gritty parts of travel leave not much to be desired. If it were up to us, we would skip all the miserable and troublesome parts of travel altogether after all, who would want to go through all the hassle if you can skip right to the good part, right?

The solution, we present is a platform that matches you with people of the same interests and location and helps you plan an entire trip with them. We present ‘Groupiee’, we aim to make travel hassle-free and fun, here at Groupiee we use your location and help you find a social travel buddy that travels with you, shares the expense, plan your itinerary vibes with you, and makes your trip easier and help you connect with other user and form a feeling of community by our Direct Messaging feature.

Features

1.Find a travel buddy that will be based on your location.

2.Book Itenaries -Your one-stop solution

3.Create a community with fellow travelers with the Direct Message feature.

How to set up

Clone the repository

git clone git@github.com:shunphoenix55/Groupiee-DevJams21-GDSC.git

Set up a virtual environment (if desired)

# Navigate to the directory
cd Groupiee-DevJams21-GDSC

# Create the virtual environment
python3 -m venv groupiee-venv

# Activate the virtual environment
source groupiee-venv/bin/activate

(Note: virtual environment setup may be different for non-Linux based systems)

Install dependencies

python3 -m pip install -r requirements.txt

How to run

Run the app.py file either from your preferred IDE or using

python3 ./app.py

About

A GitHub repository for our application that is gonna solve problems like keeping your trips organized, event booking, finding people and will be more like a social media app, let you find a travel buddy.

License:MIT License


Languages

Language:HTML 75.4%Language:Python 15.1%Language:JavaScript 9.5%