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!
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.
- Go to