Yeh Mera India is a PHP-based web application for managing tour bookings across India. This system allows users to book tours online, pay for them securely via Razorpay (in test mode), and receive booking confirmation via email. The admin panel helps administrators manage and approve tour requests efficiently.
- Users are required to verify their email before making any tour bookings to ensure account security.
- Integrated Razorpay (Test Mode) to handle payments during tour booking, allowing users to securely pay for their trips.
- Admins can view and manage all tour requests, approve or reject bookings, and track tour statuses easily.
- The web app is mobile-friendly and responsive, providing an optimized experience across all devices.
- PHP: Server-side scripting for handling bookings, user management, and email notifications.
- MySQL: Database management system to store user data, tour details, and booking information.
- Razorpay (Test Mode): Payment gateway for secure transactions during the tour booking process.
- Email Integration: Sends email notifications to users during signup, email verification, and after successful bookings.
git clone https://github.com/your-username/YehMeraIndia.git
cd YehMeraIndia
- Import the
tour_management.sql
file in your MySQL database.
- In the
config.php
file, set your database credentials and email SMTP settings.
- Use local development environments like XAMPP, MAMP, or WAMP.
- Set up your test credentials in the Razorpay configuration.
- Example of the tour booking page with payment integration.
- Users sign up for an account, and must signin proceeding.
- Users can browse available tours and book a trip, entering their details and completing the payment via Razorpay (test mode).
- Admins log in to view and manage all tour requests, with the ability to approve or reject bookings.
- Automated emails are sent to users for email verification and successful bookings.
- Switch to live mode for Razorpay payments.
- Add user reviews and ratings for each tour.
- Implement dynamic pricing based on demand and availability.
This project is licensed under the MIT License.
For any queries or suggestions, feel free to contact me at [yashodipbeldar@gmail.com].