Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.18 KB

GeoGroove

Your Passport to Musical Adventures

Enhance your travel experiences like never before with GeoGroove, the innovative application that curates personalized playlists based on your location, activities, and the music tastes of you and your friends. GeoGroove is the ultimate fusion of music and travel. It's like having a DJ who understands your travel journey and selects the perfect songs to complement every moment. We believe that music has the power to enhance our travel experiences and create unforgettable memories. Whether you're exploring a new city, relaxing on a beach, or simply traveling to university, GeoGroove creates the perfect musical backdrop to elevate every moment.

Installation

Run

npm i

in the frontend directory.

Run

pip install -r requirements.txt

in the backend directory, then cd outside of the repo and run

virtualenv travel-app-venv
source travel-app-venv/bin/activate

Then, cd back to backend/src and run

pip install -r requirements.txt

Build

For frontend, cd into the frontend folder and run

npx expo start --tunnel

For backend, cd into the backend/src folder and run

python3 -m src.server