Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 823 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 823 Bytes

File server with local IDE for Python, C and C++

This is a normal File Server demo and add a local jupyter-notebook hosted over local network.

This Project is used to represent basic functionality of file server and provide a platform to code anywhere-anytime.

PHP is used for the login process and a Python script for the download and upload process.

Running the project:

To run this project, you need to:

  1. Change the database information in the line 2 of connect.php
  2. Change the path of the Python script in the line 2 of fileserver.sh
  3. Create a database using cc.sql

Team