Skip to content

A contact manager is a software program that enables users to easily store and find contact information, such as names, addresses and telephone numbers. They are contact-centric databases that provide a fully integrated approach to tracking of all information and communication activities linked to contacts. Simple ones for personal use are inclu…

Notifications You must be signed in to change notification settings

malaymehta/contact-book

Repository files navigation

Requirement /Problem Definition

  • Create a simple address book application allowing an admin user to add, edit and delete contacts
  • A contact consists of Full name, Telephone Number and Email Address
  • The application needs to be built in PHP (preferably on top of a framework such as Laravel) and use a MySql database
  • We are not judging based on design, but we would expect to see some use of HTML5 and CSS to create an attractive, usable interface.

Installation

  • Pull/ clone repository
  • Run "composer update to pull vendor files
  • run db migration: php artisan migrate
  • run seeder: php artisan db:seed

That's it you are good to go.

About

A contact manager is a software program that enables users to easily store and find contact information, such as names, addresses and telephone numbers. They are contact-centric databases that provide a fully integrated approach to tracking of all information and communication activities linked to contacts. Simple ones for personal use are inclu…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages