File size: 630 Bytes
b366700
531eb3f
b366700
5ff3858
b366700
 
531eb3f
5ff3858
531eb3f
5ff3858
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
531eb3f
 
5ff3858
531eb3f
5ff3858
531eb3f
5ff3858
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
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
```