TripNest is a full-stack MERN travel booking platform that allows users to explore beautiful destinations, browse featured travel packages, and handle bookings through a clean and responsive interface.
Built with MongoDB, Express.js, React, and Node.js.
- 🧳 Browse destinations and packages
- 👤 User authentication system
- 📦 Add, view, and manage bookings
- 🛠️ RESTful APIs using Express & MongoDB
- 🔐 Secure password handling with bcrypt
- 🎨 Clean and responsive UI with React
Frontend:
- React
- React Router
- Axios
- CSS / Tailwind (if used)
Backend:
- Node.js
- Express.js
- MongoDB (Mongoose)
- bcrypt
- JWT
TripNest/ │ ├── client/ # React frontend │ ├── public/ │ └── src/ │ ├── components/ │ ├── pages/ │ ├── App.js │ └── ... │ ├── server/ # Express backend │ ├── controllers/ │ ├── models/ │ ├── routes/ │ ├── .env │ └── index.js │ └── README.md
git clone https://github.com/misbahmansoori/TripNest.git
cd TripNest