Vancover Canopy Rental is a web application designed to allow users to rent canopies for events, whether small gatherings or large-scale occasions. The platform enables easy browsing, selection, and booking of canopies tailored to specific event needs.
- Canopy Rental System: Users can view and rent canopies for various events.
- Event Size Options: The system offers canopies for both small and large events.
- Local Development: The website is developed and tested locally using Sublime Text and directed through localhost.
- Database Management: User data and rental information are managed through a MySQL database, which is handled via phpMyAdmin.
- User Interface: Clean and intuitive design to streamline the booking process.
- XAMPP (Apache & MySQL) or any local server for PHP and MySQL.
- Sublime Text or any text editor for coding.
- Clone this repository:
git clone https://github.com/ro0opy/Vancover-Canopy-Rental-Website.git
- Place the project folder inside your htdocs (XAMPP) or the root directory of your web server.
- Open phpMyAdmin and create a new database for the project.
- Import the
databasefile from the database folder (if provided) to set up the necessary tables. - Ensure Apache and MySQL services are running in XAMPP or your chosen local server.
- Access the website in your browser by navigating to:
http://localhost/Vancover-Canopy-Rental-Website/
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: MySQL (managed through phpMyAdmin)
- Text Editor: Sublime Text