项目作者: bezkoder

项目描述 :
React File Upload example with Axios & Progress Bar
高级语言: JavaScript
项目地址: git://github.com/bezkoder/react-file-upload.git
创建时间: 2020-05-12T08:14:53Z
项目社区:https://github.com/bezkoder/react-file-upload

开源协议:

下载


React File Upload example with Axios & Boostrap

For more detail, please visit:

React File Upload with Axios & Boostrap Progress Bar

React (with Hooks) File Upload with Axios & Boostrap Progress Bar

Material UI File Upload example with Axios & Progress Bar

Rest APIs server for this React Client:

Node.js Express File Upload Rest API example

Node.js Express File Upload with Google Cloud Storage example

Spring Boot Multipart File upload example

Fullstack CRUD

With Node.js Express:

React.js + Node.js Express + MySQL

React.js + Node.js Express + PostgreSQL

React.js + Node.js Express + MongoDB

With Spring Boot:

React.js + Spring Boot + MySQL

React.js + Spring Boot + PostgreSQL

React.js + Spring Boot + MongoDB

With Django:

React.js + Django Rest Framework

Integration (run back-end & front-end on same server/port)

Integrate React with Spring Boot

Integrate React with Node.js Express

Serverless

React Firebase CRUD App with Realtime Database

React Firestore CRUD App example | Firebase Cloud Firestore

This project was bootstrapped with Create React App.

Set port

.env

  1. PORT=8081

Project setup

In the project directory, you can run:

  1. npm install
  2. # or
  3. yarn install

or

Compiles and hot-reloads for development

  1. npm start
  2. # or
  3. yarn start

Open http://localhost:8081 to view it in the browser.

The page will reload if you make edits.