/travel-buddy

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.

Primary LanguageHTMLMIT LicenseMIT

Travel Buddy

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.

Getting Started

  1. Clone the repository:

    git clone https://github.com/ladiyusuph/travel-buddy.git
  2. 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
  3. Apply migrations to create the database tables:

    python manage.py migrate
  4. Run the development server:

    python manage.py runserver
  5. 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! 🌍✈️

Screen short of the app hoemapge