Source Code Only
Full ZIP with frontend, backend, database & documentation.
- Complete project source files
- Database script included
- How-to-run guide
No live demo yet — message us for access
Our team shares demo access on WhatsApp within minutes
Complete final-year project source code with frontend, backend, database, and setup guide. Instant download after secure payment.
Choose your plan
Full ZIP with frontend, backend, database & documentation.
We install & configure the project on your laptop within 24 hours.
Review features, setup steps, and credentials before you pay.
Description, tech stack, and what is included
Travel Agency MERN Platform is a full-stack travel and tour booking web application built using the MERN stack. The platform allows users to browse Indian destinations, view tour packages, search and filter tours, check itinerary details, book tours through a multi-step checkout process, submit reviews, manage bookings, view receipts, and cancel bookings where allowed. Admins get a dedicated admin panel to manage cities, tours, users, bookings, payments, and reviews.
The project includes a complete User Panel and Admin Panel. Users can access home, tours, tour details, checkout, booking details, destinations, destination details, login/signup, bookings, profile, and 404 pages. Admins can access dashboard statistics, user management, city CRUD, tour CRUD, booking/payment management, and review moderation.
This project is suitable for B.Tech, M.Tech, BCA, MCA, BE, ME, BSc, and MSc students who need a practical final year project, major project, or minor project based on travel agency management, tour booking, destination management, booking checkout, dummy payment, reviews, admin dashboard, MERN stack development, JWT authentication, MongoDB database design, and REST API implementation. FileMakr can provide this project with source code, project report, documentation, and setup support for academic submission.
Modules and controls available to administrators
The admin panel includes dashboard, users, cities CRUD, tours CRUD, bookings/payments management, and reviews moderation
What end users can do in this application
The user panel includes home, tours, tour details, checkout, booking details, destinations, destination details, login/signup, my bookings, profile, and 404 modules.
Additional capabilities included in the project
The checkout flow includes trip details, contact information, and dummy payment through Card, UPI, or Net Banking.
The technology stack includes React, Vite, React Router, Tailwind CSS, Axios, Context API, Node.js, Express, MongoDB, Mongoose, JWT, bcryptjs, express-validator, CORS, Morgan, and dotenv.
| Layer | Technology |
|---|---|
| Frontend | React 18 |
| Build Tool | Vite 5 |
| Routing | React Router 6 |
| Styling | Tailwind CSS 3 |
| API Client | Axios |
| State Management | Context API |
| Backend | Node.js, Express 4 |
| Database | MongoDB |
| ODM | Mongoose 8 |
| Authentication | JWT |
| Password Security | bcryptjs |
| Validation | express-validator |
| Middleware | CORS, Morgan |
| Environment | dotenv |
| Currency | INR formatting |
| Roles | User, Admin |
Step-by-step setup on your laptop or PC
cd travel-agency-mern-admin-crud
cd server
npm install
cp .env.example .env
Update server/.env with:
MONGO_URI=mongodb://localhost:27017/travel_agency
JWT_SECRET=your-secret-key
CLIENT_URL=http://localhost:5173
ADMIN_PASSWORD=Admin@123
PORT=5000
NODE_ENV=development
npm run seed:reset
cd ../client
npm install
cp .env.example .env
Default client environment:
VITE_API_URL=http://localhost:5000/api
The setup instructions include backend installation, environment setup, seed reset, frontend installation, and local API URL configuration.
cd server
npm run dev
Or production mode:
npm start
API runs at:
http://localhost:5000
cd client
npm run dev
App runs at:
http://localhost:5173
The project runs backend and frontend in two terminals during local development.
Default demo accounts for testing after setup
Available after running:
npm run seed:reset
| Field | Value |
|---|---|
| URL | http://localhost:5173/admin |
[email protected] |
|
| Password | Admin@123 |
Password for all demo users:
User@123
| Name | Use Case | |
|---|---|---|
| Demo User | [email protected] |
General testing, has 2 bookings |
| Priya Sharma | [email protected] |
Has bookings and reviews |
| Rahul Verma | [email protected] |
Has bookings and reviews |
| Ananya Patel | [email protected] |
Has bookings and reviews |
The README also provides a quick test flow for admin management, checkout using test card, reviews, and cancellation.
Usage terms for academic and personal projects
Search terms and categories for this source code