Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.15 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.15 KB

Contacts List Application

  1. The Contact List Application project works with a GUI interface.

  2. Front-end(GUI) - HTML,CSS,jQuery,AJAX,PHP and Back-end - MySQL

  3. Local Server Used is MAMP, it has both PHP and MySQL built into it.

  4. Download the MAMP Server from following link: https://www.mamp.info/en/downloads/

  5. The minimum system requirements are: Operating Systems: Windows/MAC Apache: 2.2.31 MySQL: 5.6.34 PHP: 7.1.5 phpMyAdmin : 4.7.0

  6. Install MAMP Server using mamp.exe

  7. Click on Ports tab and set Apache port to 80 and MySQL port to 3306 in preferences.

  8. Default path for the root is C:\MAMP\htdocs.

  9. Click on OK and then Click on Start Servers. Both Apache Server and MySQL Server will get started in a while.

  10. Copy all the code files(src folder) into the path C:\MAMP\htdocs.

  11. Used Server name : localhost, Username : root, Password : root, Database : contacts

  12. In MAMP press on "Open Start Page".

  13. Click on phpMyAdmin.

  14. Create new database "Contacts"

  15. Press on Import and browse for the contacts.sql file provided and import the database.

  16. Open http://localhost/contacts/contacts.html from your browser.