Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.58 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.58 KB

Php PhoneServer

This program is the server for the PhoneApp application developed in Embedded Wizard. This php server receive and send messages between phone devices. The messages are stored into a phpMyAdmin database.

Installation

To run this project you need a code editor and xampp.

Code editor

I used Visual Studio Code, but feel free to use any other code editor you are familiar with. If you choose to use VSCode go the official page, download the installer and follow the setup steps.

XAMPP

Go the official XAMPP page, download the installer and follow the setup steps.

Usage

  • Download this project or clone it:
git clone https://github.com/amalia-angela/PhoneServer.git
  • Move it to the C:\xampp\htdocs directory. Name the folder "phoneServer".
  • Open XAMPP Control Panel and start Apache and MySQL modules. Make sure the ports the modules are running on are free.
  • Open a web browser, type localhost.
  • Select phpMyAdmin database from the menu bar and run the sql query to create the database.
  • The database will look like this.
  • Open the project in the code editor.
  • In DAO.php file change the username and password to your own.

License

MIT