FileSharing
FileSharing copied to clipboard
A simple file sharing Web App that uses nodejs, expressJs and a couple of packages to send and receive files direclty via email by dragging and dropping them.
FileSharing
A simple file sharing Web App that uses nodejs, expressJs and a couple of packages to send and receive files direclty via email by dragging and dropping them.
IN ORDER TO RUN THIS PROJECT IN YOUR IDE
STEP 1> Clone the Repository In your local IDE.
STEP 2> Make sure all the files and folder are placed in the right folders.
STEP 3> Change your directory to the code directory.
STEP 4> npm install or npm i to download all the required packages
STEP 5> Go to src folder.
STEP 6> Run nodemon server or node server to start the app.