Skip to content

amalia-angela/PhoneServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This program is the server for the PhoneApp application developed in Embedded Wizard. This php server receive and send messages between phone devices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published