Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 576 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 576 Bytes

contacts_app

This project is for the ZOHO assessment purpose. Please do not copy the code for assessment submission purpose.

This is a simple contacts web-app.

Technologies used in this web-app:

- HTML
- CSS
- JAVASCRIPT
- PHP
- MYSQL DATABASE

Lamp stack is used in this web-app.

The database consists of 2 tables.

- users table
- contacts table

Steps to get running this web-app:

  • Execute the "sql_db.sql" script.
  • Change the "sql_config.php" as required.
  • Copy this (contact_app) folder to htdocs folder for execution/hosting of this web-app.