This document contains demo credentials for testing the Airbnb Clone application. All users use the same password for easy testing.
password123
- Email:
lambdatestadmin@email.com - Password:
password123 - Role: Host/Admin
- Bio: LambdaTest administrator account for testing and demo purposes.
- Properties: Full access to all platform features
- Email:
abhishekkumar@lambdatest.com - Password:
password123 - Role: Host
- Bio: LambdaTest developer and property host.
- Properties: Full access to platform features
- Email:
demo@lambdatest.com - Password:
password123 - Role: Host
- Bio: Demo account for testing purposes.
- Properties: Full access to platform features
- Email:
superhost@lambdatest.com - Password:
password123 - Role: Super Host
- Bio: Elite Super Host with exceptional ratings and 100+ successful bookings. Verified property expert.
- Properties: Premium listings with 5-star ratings across multiple cities
- Email:
david.thompson@email.com - Password:
password123 - Role: Host
- Bio: Seasoned traveler and property investor. Love sharing unique spaces with guests from around the world.
- Properties: Multiple properties with complete profile, active bookings, and saved favorites
- Special: Full demo account with populated data for Profile, Favorites, and Bookings pages
- Email:
testuser@lambdatest.com - Password:
password123 - Role: Guest
- Bio: Test account for general testing and exploration.
- Properties: Guest account for browsing and booking properties
- Email:
logintest@lambdatest.com - Password:
password123 - Role: Guest
- Bio: Dedicated account for testing login flow and authentication.
- Properties: Guest account for login flow testing
- Email:
sarah.johnson@email.com - Password:
password123 - Role: Host
- Bio: Travel enthusiast and photography lover. Host since 2019.
- Properties: Owns 5 listings including Malibu villas and Waikiki condos
- Email:
michael.chen@email.com - Password:
password123 - Role: Host
- Bio: Architect and real estate investor. Passionate about unique spaces.
- Properties: Owns properties in Brooklyn and San Francisco
- Email:
emma.davis@email.com - Password:
password123 - Role: Guest (Not a host)
- Bio: Digital nomad exploring the world one city at a time.
- Properties: None (guest account only)
- Email:
james.wilson@email.com - Password:
password123 - Role: Host
- Bio: Experienced host with 50+ properties worldwide.
- Properties: Owns multiple listings in Austin, Miami, and Scottsdale
- Email:
olivia.brown@email.com - Password:
password123 - Role: Guest (Not a host)
- Bio: Frequent traveler and foodie. Love experiencing local cultures.
- Properties: None (guest account only)
- Go to: https://demo.lambdatestinternal.com/login
- Use:
lambdatestadmin@email.com/password123 - Browse all platform features with admin access
- Go to: https://demo.lambdatestinternal.com/login
- Use:
james.wilson@email.com/password123 - Click "Become a Host" in the header
- Fill out the 5-step form:
- Select property type
- Enter location details
- Add property details and pricing
- Select amenities
- Add property images
- Submit to create your listing
- Go to: https://demo.lambdatestinternal.com/login
- Use:
emma.davis@email.com/password123 - Browse listings and search by location/filters
- View property details
- Go to: https://demo.lambdatestinternal.com/register
- Fill in your details
- Create a new account
- You can immediately become a host after registration
- POST
/api/auth/register- Create new account - POST
/api/auth/login- Login - GET
/api/auth/me- Get current user
- GET
/api/listings- Get all listings (with filters) - GET
/api/listings/:id- Get single listing - POST
/api/listings- Create listing (requires auth) - PUT
/api/listings/:id- Update listing (requires auth) - DELETE
/api/listings/:id- Delete listing (requires auth)
- GET
/api/bookings- Get user bookings (requires auth) - POST
/api/bookings- Create booking (requires auth) - DELETE
/api/bookings/:id- Cancel booking (requires auth)
Use any of the demo credentials above. We recommend using a host account like:
- Email:
james.wilson@email.com - Password:
password123
- Click "Become a Host" button in the header
- You'll be redirected to: https://demo.lambdatestinternal.com/become-host
Select from: Villa, Apartment, Cabin, House, Loft, Condo, Penthouse
Enter complete address:
- Street Address:
123 Test Street - City:
San Francisco - State:
California - Country:
United States - Zip Code:
94102
- Title:
Beautiful Test Property - Description:
This is a test property for demonstration purposes. - Guests:
4 - Bedrooms:
2 - Bathrooms:
2 - Price/night:
200
Select multiple amenities (at least one required):
- WiFi
- Kitchen
- Pool
- Parking
- etc.
Add at least one image URL (sample URLs):
https://images.unsplash.com/photo-1613490493576-7fde63acd811?w=800&q=80
https://images.unsplash.com/photo-1512917774080-9991f1c4c750?w=800&q=80
Click "Create Listing" to add your property to the platform!
Solutions:
- Check if backend server is running
- Hard refresh the browser (Cmd+Shift+R or Ctrl+Shift+R)
- Clear browser cache and reload
- Check browser console for CORS errors
- Contact support if the issue persists
Solutions:
- Make sure you're logged in
- Ensure all required fields are filled
- Add at least one image and one amenity
- Check backend logs for errors
Solutions:
- Use exact email and password:
password123 - Clear browser localStorage and try again
- Contact support if the issue persists
- Frontend: Running on https://demo.lambdatestinternal.com/
- Backend: Backend API (configured via environment)
- Mode: Mock Data (No MongoDB required)
- Total Listings: 28 properties
- Total Users: 12 demo users
-
Mock Data Mode: The application is running with in-memory mock data. All changes (new listings, bookings, etc.) will be lost when the server restarts.
-
Password Security: In production, passwords would be properly hashed and secured. The demo uses bcrypt hashing.
-
Image URLs: Use valid image URLs for testing. Unsplash URLs work great for demo purposes.
-
Authentication: JWT tokens are stored in localStorage and valid until logout.
-
CORS: CORS is configured to accept requests from the frontend domain.
For issues or questions, refer to the main README.md or ARCHITECTURE.md documentation.
Last Updated: October 23, 2025