Travel Buddy is a Django application for planning and documenting trips. Users can create trips and add various notes or excursions associated with each trip.
-
Clone the repository:
git clone https://github.com/ladiyusuph/travel-buddy.git
-
Set up your virtual environment and install dependencies:
cd travel-buddy python -m venv venv source venv/bin/activate # For Linux/Mac pip install -r requirements.txt
-
Apply migrations to create the database tables:
python manage.py migrate
-
Run the development server:
python manage.py runserver
-
Access the application at http://localhost:8000/ in your web browser.
Feel free to customize and enhance the application based on your specific travel planning needs. Happy traveling! 🌍