https://github.com/rzlco666/guest-book
Online guestbook application with user and admin modules. Built using PHP with Codeigniter 3 framework and Bootstrap 4
https://github.com/rzlco666/guest-book
bootstrap codeigniter codeigniter3 php
Last synced: about 1 month ago
JSON representation
Online guestbook application with user and admin modules. Built using PHP with Codeigniter 3 framework and Bootstrap 4
- Host: GitHub
- URL: https://github.com/rzlco666/guest-book
- Owner: rzlco666
- Created: 2021-12-13T02:38:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T10:39:53.000Z (over 3 years ago)
- Last Synced: 2025-07-20T17:45:39.595Z (11 months ago)
- Topics: bootstrap, codeigniter, codeigniter3, php
- Language: PHP
- Homepage:
- Size: 25.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guest Book Application
Online guestbook application with user and admin modules. Built using PHP with Codeigniter 3 framework and Bootstrap 4.
## Technology
- Language: PHP
- Framework: Codeigniter 3
- Database: MySQL
- Bootstrap: Bootstrap 4
## Main Features
- User fill guest book
- Admin login
- Dashboard statistics
- Comprehensive report
- Export report to excel file
- And more
## Prerequisites
To use this repository, you will need a local development environment set up with PHP and a MySQL database. You should also be familiar with basic web development concepts and technologies, such as HTML, CSS, and JavaScript.
## How to use this repository
1. Clone or download the repository to your local development environment.
2. Set up the database by importing the provided `guest-book.sql` file.
3. Configure the database connection settings in the `database.php` file.
4. Explore the various features of the application.
We hope you find this repository useful as you develop your own application or a similar project!