An open API service indexing awesome lists of open source software.

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

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.