Web Application to maintain a list of contacts which integrates with the google map api in order to show the location of each contact. The page allows for pagaination and the functions to, search, sort by first name, last name, email address, phone number and a popup modal to confirm before removing contact.
- Create a database locally
- Rename
.env.example
file to.env
inside your project root and fill the database information. (windows wont let you do it, so you have to open your console cd your project root directory and runmv .env.example .env
) - Open the console and cd your project root directory
- Run
composer install
orphp composer.phar install
- Run
php artisan key:generate
- Run
php artisan migrate
- Run
php artisan serve
composer install
php artisan migrate
- Laravel - The web framework used
- Bootstrap - The styling framework used
- Datatables - Tables plug-in for jQuery
- SweetAlert2 - Library that give "alert" and "prompt" features better-looking versions
- Google Map
Bug reports and pull requests are welcome on GitHub at https://github.com/emmyjarz/contact-list.