https://github.com/mochrks/bandung-travel
This repository contains the source code for Bandung Travel, a web-based application developed using the CodeIgniter PHP framework. The project is designed to provide a seamless experience for users looking to explore travel packages, destinations, and tourism information in Bandung, Indonesia.
https://github.com/mochrks/bandung-travel
bootstrap codeigniter mysql
Last synced: 2 months ago
JSON representation
This repository contains the source code for Bandung Travel, a web-based application developed using the CodeIgniter PHP framework. The project is designed to provide a seamless experience for users looking to explore travel packages, destinations, and tourism information in Bandung, Indonesia.
- Host: GitHub
- URL: https://github.com/mochrks/bandung-travel
- Owner: Mochrks
- License: mit
- Created: 2022-08-11T03:33:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T03:43:05.000Z (5 months ago)
- Last Synced: 2025-01-12T08:36:01.420Z (4 months ago)
- Topics: bootstrap, codeigniter, mysql
- Language: PHP
- Homepage:
- Size: 71.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
Bandung Travel
![]()
![]()
![]()
![]()
## Project Overview
Bandung Travel is a web application designed to help tourists plan their trips to the city of Bandung. The application provides comprehensive information about tourist destinations, travel packages, restaurants, and museums in Bandung.
### Key Features
- **Guide**: Holiday packages with various options and data management features
- **About**: Project information page
- **Contact Us**: Contact form linked to Google Spreadsheet
- **Explore**: Detailed information about the beauty of Bandung city### Technology Stack & Dependencies



### Prerequisites
- PHP 7.x
- MySQL
- Web Server (Apache/Nginx)
- CodeIgniter 3.x### Installation
1. **Clone Repository**
```bash
git clone https://github.com/Mochrks/bandung-travel
cd bandung-travel
```2. **Database Configuration**
- Create MySQL database
- Import database schema from `db` folder
- Adjust database configuration in `application/config/database.php`3. **Connection Setup**
```php
$db['default'] = array(
'dsn' => '',
'hostname' => 'localhost',
'username' => 'your_username',
'password' => 'your_password',
'database' => 'bandung_travel_db',
// ... other configurations
);
```4. **Run the Application**
- Ensure web server is running
- Access through browser### Login Credentials
- **Default Account**:
- Username: `admin`
- Password: `admin`### Important Notes
- Enable internet connection to access online assets and animations
- Use a modern browser for the best experience## Support & Contact
If you encounter any issues or have questions, please contact us through the Contact Us page in the application.
## Project Features in Detail
### 1. Guide
- Comprehensive travel package selection
- Data management tools
- Customizable holiday planning### 2. Explore
- Detailed information about Bandung's attractions
- High-quality images and descriptions
- Travel recommendations### 3. Contact Us
- Direct messaging system
- Integrated with Google Spreadsheet
- Quick response mechanism## Connect with me:
[](https://github.com/mochrks)
[](https://youtube.com/@Gdvisuel)
[](https://instagram.com/mochrks)
[](https://linkedin.com/in/mochrks)
[](https://behance.net/mochrks)
[](https://dribbble.com/mochrks)
---