https://github.com/dynastyelvis/contact-management-system
A contact management software is a program that allows users to effortlessly store and locate contact details like names, addresses, and phone numbers. These applications serve as databases centered around contacts, offering a seamless approach to monitoring all information and communication activities related to contacts.
https://github.com/dynastyelvis/contact-management-system
css3 git html5 laravel mysql php8
Last synced: 3 months ago
JSON representation
A contact management software is a program that allows users to effortlessly store and locate contact details like names, addresses, and phone numbers. These applications serve as databases centered around contacts, offering a seamless approach to monitoring all information and communication activities related to contacts.
- Host: GitHub
- URL: https://github.com/dynastyelvis/contact-management-system
- Owner: DynastyElvis
- Created: 2023-11-28T12:02:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T05:38:03.000Z (over 2 years ago)
- Last Synced: 2025-05-19T18:21:16.884Z (about 1 year ago)
- Topics: css3, git, html5, laravel, mysql, php8
- Language: PHP
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Contact Book
A contact management software is a program that allows users to effortlessly store and locate contact details like names, addresses, and phone numbers. These applications serve as databases centered around contacts, offering a seamless approach to monitoring all information and communication activities related to contacts.
## 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.
- User email: contact@helloworld.com
- User password: happy2023