Skip to content

singh-odyssey/travellers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

245 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

✈️ travellersmeet

Meet verified travellers. Make real connections. 🌍

Contributors Stars Forks Pull Requests Issues License

Privacy-first. Verified-only. Connection-focused.

Your all-in-one platform for connecting with verified travellers heading to the same destination. Built with Next.js, TypeScript, and modern web technologies for a seamless, secure experience.

Getting Started β€’ Documentation β€’ Contributing β€’ Tech Stack


πŸ“– About

travellersmeet helps solo travellers find and connect with others heading to the same destination around the same dates. Upload proof-of-travel, get verified, and discover other verified travellers in your trip window.

Why travellersmeet?

  • βœ… Verified Travellers Only β€” Upload travel tickets to get verified. Only verified users can view other profiles.
  • πŸ”’ Privacy-First β€” Your data stays secure. Visibility limited to matching destination/date windows.
  • 🎯 Smart Matching β€” Find travellers with similar dates and destinations automatically.
  • πŸš€ Modern Tech Stack β€” Built with Next.js 14, TypeScript, Prisma, and PostgreSQL.
  • πŸ“± Progressive Web App β€” Install on any device with offline support.
  • 🌐 Open Source β€” Community-driven development. Contributions welcome!

πŸš€ Installation

Prerequisites

Before you begin, ensure you have:

  • Node.js 18.18+ and npm 9+
  • PostgreSQL database (local or cloud)
  • Git for version control

Quick Start

1️⃣ Clone the repository

git clone https://github.com/singh-odyssey/travellers.git
cd travellers

2️⃣ Install dependencies

npm install

3️⃣ Configure environment

Create a .env file in the project root:

DATABASE_URL="postgresql://USER:PASSWORD@HOST:PORT/DBNAME?schema=public"
NEXTAUTH_SECRET="generate-a-strong-secret"
NEXTAUTH_URL="http://localhost:3000"

# Optional: Google Maps API (for route visualization)
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY="your-google-maps-key"

πŸ’‘ Tip: Generate a secure secret with npm run generate:secret or use openssl rand -base64 32

4️⃣ Set up the database

npm run db:push

5️⃣ Start the development server

npm run dev

Visit http://localhost:3000 πŸŽ‰


πŸ“š How It Works

  1. Sign Up β€” Create an account with email and password
  2. Upload Ticket β€” Submit your travel proof (ticket, booking confirmation)
  3. Get Verified β€” Admin verification process (manual for now, automated later)
  4. Match & Connect β€” Discover travellers with matching destinations and dates
  5. Chat & Plan β€” Connect with verified travellers (messaging coming soon!)

πŸ› οΈ Tech Stack

Core Technologies

Technology Purpose
Next.js 14 (App Router) React framework with SSR & file-based routing
TypeScript Type-safe development
React 18 UI library with modern features
Tailwind CSS Utility-first CSS framework

Backend & Database

Technology Purpose
NextAuth v5 Authentication with credentials provider
Prisma ORM Type-safe database queries & migrations
PostgreSQL Relational database
bcryptjs Secure password hashing

Developer Tools

Technology Purpose
Vitest Unit testing framework
ESLint Code linting
Prettier Code formatting (via ESLint)
Docker Containerized development

Deployment

Technology Purpose
Vercel Production hosting
Neon/Supabase PostgreSQL hosting

πŸ“‚ Project Structure

travellers/
β”œβ”€β”€ πŸ“ src/
β”‚   β”œβ”€β”€ app/              # Next.js app router pages & API routes
β”‚   β”‚   β”œβ”€β”€ (auth)/       # Authentication pages (signin, signup)
β”‚   β”‚   β”œβ”€β”€ api/          # Backend API endpoints
β”‚   β”‚   β”œβ”€β”€ contact/      # contact page
β”‚   β”‚   β”œβ”€β”€ dashboard/    # User dashboard
β”‚   β”‚   β”œβ”€β”€ routes/       # Route management & visualization
β”‚   β”‚   └── upload/       # Ticket upload flow
β”‚   β”œβ”€β”€ components/       # React components
β”‚   β”œβ”€β”€ lib/              # Utility libraries (auth, prisma, etc.)
β”‚   β”œβ”€β”€ state/            # State management
β”‚   └── styles/           # Global styles
β”œβ”€β”€ πŸ“ prisma/            # Database schema & migrations
β”œβ”€β”€ πŸ“ public/            # Static assets
β”œβ”€β”€ πŸ“ docs/              # Documentation
└── πŸ“ scripts/           # Utility scripts


🀝 Contributing

We welcome contributions from developers of all skill levels!

Contribution Workflow

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/your-username/travellers.git
  3. Create a branch: git checkout -b feat/amazing-feature
  4. Make your changes and commit: git commit -m "feat: add amazing feature"
  5. Push to branch: git push origin feat/amazing-feature
  6. Submit a Pull Request with a detailed description

Development Guidelines

  • πŸ“ Write clear commit messages (Conventional Commits)
  • βœ… Add tests for new features
  • πŸ“– Update documentation as needed
  • 🧹 Run npm run lint before committing
  • πŸ” Keep PRs focused and small

πŸ‘‰ Read the full guide: CONTRIBUTING.md


πŸ“‘ Documentation


πŸ‘₯ Contributors

We appreciate all contributions from our amazing community! πŸŽ‰

Contributors

Made with contrib.rocks

Want to be featured here? Check out our Contributing Guide!


πŸ“Š Project Statistics

GitHub commit activity GitHub last commit GitHub repo size Lines of code


🌟 Community

Join our community and stay connected!

Show Your Support

If you find this project helpful, please give it a ⭐️ on GitHub! It helps others discover the project.


πŸ“„ License

This project is licensed under the MIT License β€” see the LICENSE file for details.

MIT License

Copyright (c) 2025 travellersmeet contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files...

πŸ™ Acknowledgements

Built with ❀️ by the community using:


πŸš€ Ready to connect travellers worldwide?

Get Started β€’ View Demo β€’ Report Bug

Made with πŸ’™ by singh-odyssey and contributors


⭐️ Star us on GitHub β€” it helps! ⭐️

About

A website where solo-travellers can meet other travellers , travelling to same destination

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors