Skip to content

ghouljd/fileUpload_ReactExpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

File Upload...

File upload using React.js && Node.js

Prerequisites...

Installing...

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

Using...

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.

Built tools

  • React - Frontend javascript library

  • Node - Backend framework

  • Express - Node.js web application framework

Made by...

Jesus Escalante

About

File upload using React.js && Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published