This project is a web-based application designed to manage the rental of shooting locations.
This project is a web-based application designed to manage the rental of shooting locations. It provides an intuitive interface for users to browse available locations, check their availability, and make bookings. The system is aimed at filmmakers, photographers, and production teams looking for suitable venues for their projects.
- User Authentication: Secure login and registration for users and admin.
- Location Listings: Browse and filter shooting locations by various criteria (e.g., type, availability, price).
- Booking Management: Users can book locations and view their booking history.
- Admin Dashboard: Admins can manage user accounts, location listings, and bookings.
- Image Upload: Upload and display images for each location.
- Responsive Design: Optimized for mobile and desktop devices.
Contributions are welcome! Please feel free to submit a pull request or open an issue for any feature requests or bug reports.
- Download the project file:Rent_for_shooting.rar
- Unzip the downloaded file.
- Open your preferred code editor (e.g., VS Code, Notepad++, Sublime Text).
- Start the XAMPP control panel and launch Apache and MySQL.
- Access phpMyAdmin (usually at http://localhost/phpmyadmin).
- Create a new database named developers.
- Import the developers.sql file located in the database folder.
- Configure the database connection in your project files as needed.
- Open your browser and navigate to http://localhost/path-to-your-project to start using the application.