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

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 📇

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)