A file sharing application that converts an extensive list of files into a sharable link. This link can then be shared with anyone you choose via email,whatsapp,twitter,facebook...or simply by copying and sending it manually
You need to have node.js installed Node.js
Clone this repo and install all dependencies.
git clone https://github.com/hngi/nodejs-update.gitcd clientthennpm installto install all dependencies for the client (React)npm run startto start React scriptscd ..to go back to root directorycd serverthennpm installto install dependencies for the servernpm run start-devto start the server
- from the root directory
cd serverthennpm run testto run test
- React
- Redux
- Node/Express
- MongoDB
- Upload file
- Send link via email
- Copy link
- Share link on social platforms
