barmmie / address-book

Address book app - Seedstars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Address book app - Seedstars challenge 2

Full App

Make an application which stores names and email addresses in a database (SQLite is fine).

a) Has welcome page in http://localhost/

  • this page has links to list and create functions

b) Lists all stored names / email address in http://localhost/list

c) Adds a name / email address to the database in http://localhost/add

  • should validate input and show errors

Installation

# clone repository
$ git clone https://github.com/barmmie/address-book.git

# change directory
$ cd address-book

# install composer packages
$ composer install

# change directory
$ cd public

# run server
$ php -S localhost:8000

Visit url http://localhost:8000 to view the app.

Third-party libraries used

About

Address book app - Seedstars


Languages

Language:PHP 77.5%Language:HTML 17.0%Language:CSS 3.7%Language:ApacheConf 1.8%