File upload using React.js && Node.js
Cloning the repository
git clone https://github.com/ghouljd/uploadFile_ReactExpress.git
Enter cloned directory
cd uploadFile_ReactExpress/
Enter backend directory and do npm install
cd uploadFile_ReactExpress/backend && npm install --save
Enter frontend directory and do npm install
cd uploadFile_ReactExpress/frontend && npm install --save
You will need to run Backend & Frontend seperately, ports are already configured, make sure you don't conflict them if you change anything.
Enter frontend directory and do npm start
cd uploadFile_ReactExpress/frontend && npm start
Enter backend directory and do npm start
cd uploadFile_ReactExpress/backend && npm start
Now you can load localhost:3000 in your browser and use the app.