Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 597 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 597 Bytes

Node-NAS

information

NAS stands for Network-Attached-Storage. That means, you can store data on a server, and use it on the web. With this NAS, you can upload files, rename then, download them and delete them!

installation

To run the code, you need node.js.

To install the code, cd into any directory you want: cd ./Node-NAS
Then run: git clone https://github.com/Spllit1/Node-NAS.git . to clone this repo.
To run the server: node index.js

  • to view the website on the hosting machine:
    • Go to localhost:80 on your browser.