App where you can upload files to server running on node js and then view/download the files from your browser.
The files that are now working better are Images and Videos.
To use the app you will need to first clone the repository
git clone https://github.com/shrimp16/Drive.git
To be able to run the app you'll have to install dependencies
npm i
Then to start the server you have to go to the "SERVER" directory and run the command
node server.js
- VSCode
- HTML
- CSS
- JavaScript
- jQuery
- Express.js
- FS.js
- Multer.js