An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

Bandung Travel


Technology Icons



PHP Version
CodeIgniter Version
MySQL Version

## 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

![PHP](https://img.shields.io/badge/-PHP-777BB3?logo=php&logoColor=white)
![CodeIgniter](https://img.shields.io/badge/-CodeIgniter-EF4223?logo=codeigniter&logoColor=white)
![MySQL](https://img.shields.io/badge/-MySQL-4479A1?logo=mysql&logoColor=white)
![Bootstrap](https://img.shields.io/badge/-Bootstrap-7952B3?logo=bootstrap&logoColor=white)

### 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:
[![GitHub](https://img.shields.io/badge/GitHub-333?style=for-the-badge&logo=github&logoColor=white)](https://github.com/mochrks)
[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://youtube.com/@Gdvisuel)
[![Instagram](https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white)](https://instagram.com/mochrks)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/in/mochrks)
[![Behance](https://img.shields.io/badge/Behance-1769FF?style=for-the-badge&logo=behance&logoColor=white)](https://behance.net/mochrks)
[![Dribbble](https://img.shields.io/badge/Dribbble-EA4C89?style=for-the-badge&logo=dribbble&logoColor=white)](https://dribbble.com/mochrks)
---