https://github.com/bezkoder/react-file-upload
React File Upload example with Axios & Progress Bar
https://github.com/bezkoder/react-file-upload
axios boostrap file-upload react reactjs upload-file
Last synced: 7 months ago
JSON representation
React File Upload example with Axios & Progress Bar
- Host: GitHub
- URL: https://github.com/bezkoder/react-file-upload
- Owner: bezkoder
- Created: 2020-05-12T08:14:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:16:06.000Z (about 3 years ago)
- Last Synced: 2025-04-14T22:37:52.727Z (9 months ago)
- Topics: axios, boostrap, file-upload, react, reactjs, upload-file
- Language: JavaScript
- Homepage:
- Size: 1.62 MB
- Stars: 55
- Watchers: 5
- Forks: 36
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React File Upload example with Axios & Boostrap
For more detail, please visit:
> [React File Upload with Axios & Boostrap Progress Bar](https://bezkoder.com/react-file-upload-axios/)
> [React (with Hooks) File Upload with Axios & Boostrap Progress Bar](https://bezkoder.com/react-hooks-file-upload/)
> [Material UI File Upload example with Axios & Progress Bar](https://bezkoder.com/material-ui-file-upload/)
Rest APIs server for this React Client:
> [Node.js Express File Upload Rest API example](https://bezkoder.com/node-js-express-file-upload/)
> [Node.js Express File Upload with Google Cloud Storage example](https://bezkoder.com/google-cloud-storage-nodejs-upload-file/)
> [Spring Boot Multipart File upload example](https://bezkoder.com/spring-boot-file-upload/)
## Fullstack CRUD
With Node.js Express:
> [React.js + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/)
> [React.js + Node.js Express + PostgreSQL](https://bezkoder.com/react-node-express-postgresql/)
> [React.js + Node.js Express + MongoDB](https://bezkoder.com/react-node-express-mongodb-mern-stack/)
With Spring Boot:
> [React.js + Spring Boot + MySQL](https://bezkoder.com/react-spring-boot-crud/)
> [React.js + Spring Boot + PostgreSQL](https://bezkoder.com/spring-boot-react-postgresql/)
> [React.js + Spring Boot + MongoDB](https://bezkoder.com/react-spring-boot-mongodb/)
With Django:
> [React.js + Django Rest Framework](https://bezkoder.com/django-react-axios-rest-framework/)
## Integration (run back-end & front-end on same server/port)
> [Integrate React with Spring Boot](https://bezkoder.com/integrate-reactjs-spring-boot/)
> [Integrate React with Node.js Express](https://bezkoder.com/integrate-react-express-same-server-port/)
## Serverless
> [React Firebase CRUD App with Realtime Database](https://bezkoder.com/react-firebase-crud/)
> [React Firestore CRUD App example | Firebase Cloud Firestore](https://bezkoder.com/react-firestore-crud/)
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
### Set port
.env
```
PORT=8081
```
## Project setup
In the project directory, you can run:
```
npm install
# or
yarn install
```
or
### Compiles and hot-reloads for development
```
npm start
# or
yarn start
```
Open [http://localhost:8081](http://localhost:8081) to view it in the browser.
The page will reload if you make edits.