Booking and album. Travel and photo album ordering. Admin can drag and drop photos into album page template.
Config in application/config/config.php:
- $config['base_url'] = 'http://localhost/albumtravel/';
Database creds in application/config/database.php:
- 'hostname' => 'localhost',
- 'username' => 'root',
- 'password' => '',
- 'database' => 'albumtravel',
- 'dbdriver' => 'mysqli',
Initial users:
- Superadmin
- username: admin
- password: admin