https://github.com/surajsgh/guestbook
A simple contact app built using BootStrap, PHP and MySQL 📇
https://github.com/surajsgh/guestbook
bootstrap mysql mysqli php
Last synced: 2 months ago
JSON representation
A simple contact app built using BootStrap, PHP and MySQL 📇
- Host: GitHub
- URL: https://github.com/surajsgh/guestbook
- Owner: surajsgh
- Created: 2023-10-01T07:35:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T18:18:07.000Z (almost 3 years ago)
- Last Synced: 2025-02-22T22:41:09.385Z (over 1 year ago)
- Topics: bootstrap, mysql, mysqli, php
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Guestbook
Guestbook is a simple contact keeper app that helps you save contacts on immediate basis.
## Installation
Clone the repository
```git
git clone
```
Create a table named as contacts with for keys in the respective database: email, address_1, address_2 and city.
Update the config file in /configs/connect.php
```bash
define('DB_HOST', '');
define('DB_USERNAME', '');
define('DB_PASSWORD', '');
define('DB_NAME', '');
```
Make sure that your XAMPP server is running. Now, load the app on your browser.
## Features
- Contacts Creation
- Contact Listing
## Tech Stack
Bootstrap, PHP and MySQL.
## Authors
- [@Suraj](https://www.github.com/surajsgh)