01 Source Code Only
One-time Payment
- Complete project source code
- Database / data resources
- Dependencies & configuration
- README / setup guide
- Instant download access
Complete final-year project source code with frontend, backend, database and setup documentation. Instant download after secure payment.
Simple pricing. Instant access. Secure checkout.
01 Source Code Only
One-time Payment
02 Code + Setup Support
One-time Payment
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.
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.
The admin panel includes dashboard, users, cities CRUD, tours CRUD, bookings/payments management, and reviews moderation
The user panel includes home, tours, tour details, checkout, booking details, destinations, destination details, login/signup, my bookings, profile, and 404 modules.
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 |
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.
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.