Skip to content

RogerOliveDelgado/filesystem-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#html #css #js #php #master-in-software-engineering

Project Title: PHP Local FileSystem explorer

In this project we have created a system file explorer that allows the user to navigate, create directories and upload files in the same way as we would in his usual operating system.

Getting Started

First, we started using managament tools like trello to organize and schedule all the project.

PHP_trello_1

The HTML and CSS was done using a template, so we can focus all the work on develop all the php and javascript logic.

PHP_mpcokup_1

Code

The most important lessons that we have learnt with this project are separate clearly the frontend and backend logic. The "comunication" between frontend and backend was using JSON.

On javascript we used fetch promises to catch json data of the php files.

PHP_fetch_js

On the other hand, on PHP we used the command file_get_contents('php://input') to take raw data from the request, and json_decode() function to convert these data into a PHP object. Using jsondecode(...., true) with the true parameter give us an array.

PHP_json_decode_php

Built With

Authors

Acknowledgments

  • To my teammate, my classmates and all the staff of Assembler Institute of Technology

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 43.5%
  • CSS 32.1%
  • JavaScript 24.4%