An open API service indexing awesome lists of open source software.

https://github.com/0xh3xa/filesharing

File sharing using PHP & Java
https://github.com/0xh3xa/filesharing

java java-server mysql php php-client sharing socket socket-programming

Last synced: 7 months ago
JSON representation

File sharing using PHP & Java

Awesome Lists containing this project

README

          

File Sharing (PHP & Java)
=========================
[![Java](https://img.shields.io/static/v1?label=language&message=Java&color=green&style=flat)](https://www.oracle.com/java/technologies/javase-downloads.html) [![PHP](https://img.shields.io/static/v1?label=language&message=PHP&color=blue&style=flat)](https://www.php.net/)

File Sharing project using PHP & Java for uploading a file, delete, browse, edit and share with the links.
This similiar to Google docs where two or more clients can write and manage the same file at the same time or any time.
The client will start with registration and login before doing any operation related to the file.

Technologies
-------------
1. Client written in PHP object oriented programming
2. Server written in Java socket programming

How to run ?
-------------
first run the Java server with the cmd with
`java -jar server.jar`

then run the PHP, first you have to install the platform to able to run PHP.
please see the link: https://en.wikipedia.org/wiki/LAMP_(software_bundle)

then open your browser and type `localhost:80/login`
first you have to create an account then login and enjoy!