Skip to content

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.

License

Notifications You must be signed in to change notification settings

ladiyusuph/travel-buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published