--- title: TravelMap sdk: docker app_port: 7860 --- # TravelMap TravelMap is a lightweight Airbnb-style demo app with browsing, booking, saved homes, trips, messaging, and simple host tools. ## Accounts All demo accounts use the password `demo123`. - `avery@example.com` - guest - `maya@example.com` - host - `jordan@example.com` - host - `priya@example.com` - host - `leo@example.com` - guest ## Docker ```bash docker compose up --build ``` The app runs on port `7860`. Open `http://localhost:7860` in your browser. ## Reset Data Reset the app back to its seeded demo state: ```bash python3 scripts/reset_data.py ```